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