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