#afe5df
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 229, 223
HSL
173°, 51%, 79%
CMYK
24, 0, 3, 10
Luminance
0.7048
Every format
| HEX | #afe5df |
| RGB | rgb(175, 229, 223) |
| HSL | hsl(173, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 3%, 10%) |
| LAB | lab(87.2 -18.4 -2.7) |
| LCH | lch(87.2 18.6 188.4) |
| OKLCH | oklch(0.883 0.056 187.8) |
Copy-ready code
/* CSS */
color: #afe5df;
background-color: #afe5df;
/* Tailwind (arbitrary) */
class="text-[#afe5df] bg-[#afe5df]"
/* SCSS */
$brand: #afe5df;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#afe5df")Accessibility — WCAG contrast
Aa
#afe5df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5df on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue87.5%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#afe5df text on a black background
contrast 15.10:1
Card sample
#afe5df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5df;
Background color
Panel with #afe5df background
background-color: #afe5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5df; background: linear-gradient(135deg, #afe5df, #AFC7E5);