Life at Sea
#afc9dc
Looking for the precise values behind Life at Sea (#afc9dc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #afc9dc | |
|---|---|---|
| RGB | rgb(175, 201, 220) | |
| HSL | hsl(205, 39%, 77%) | |
| CMYK | cmyk(20%, 9%, 0%, 14%) | |
| LAB | lab(79, -6, -13) | |
| OKLCH | oklch(0.82 0.039 240) |
Color harmonies
Tints & shades
Code snippets
color: #afc9dc;
background-color: #afc9dc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFAFC9DC)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.79, blue: 0.86, alpha: 1.0)