#afdaee
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 218, 238
HSL
199°, 65%, 81%
CMYK
27, 8, 0, 7
Luminance
0.6543
Every format
| HEX | #afdaee |
| RGB | rgb(175, 218, 238) |
| HSL | hsl(199, 65%, 81%) |
| CMYK | cmyk(27%, 8%, 0%, 7%) |
| LAB | lab(84.7 -9.5 -14.4) |
| LCH | lch(84.7 17.2 236.4) |
| OKLCH | oklch(0.864 0.053 227.9) |
Copy-ready code
/* CSS */
color: #afdaee;
background-color: #afdaee;
/* Tailwind (arbitrary) */
class="text-[#afdaee] bg-[#afdaee]"
/* SCSS */
$brand: #afdaee;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#afdaee")Accessibility — WCAG contrast
Aa
#afdaee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdaee on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta8.4%
Yellow0.0%
Key (black)6.7%
Color previews
#afdaee text on a black background
contrast 14.09:1
Card sample
#afdaee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdaee;
Background color
Panel with #afdaee background
background-color: #afdaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdaee; background: linear-gradient(135deg, #afdaee, #AFB0EE);