#afe4df
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 228, 223
HSL
174°, 50%, 79%
CMYK
23, 0, 2, 11
Luminance
0.6993
Every format
| HEX | #afe4df |
| RGB | rgb(175, 228, 223) |
| HSL | hsl(174, 50%, 79%) |
| CMYK | cmyk(23%, 0%, 2%, 11%) |
| LAB | lab(87.0 -17.9 -3.1) |
| LCH | lch(87.0 18.2 189.8) |
| OKLCH | oklch(0.881 0.055 189.0) |
Copy-ready code
/* CSS */
color: #afe4df;
background-color: #afe4df;
/* Tailwind (arbitrary) */
class="text-[#afe4df] bg-[#afe4df]"
/* SCSS */
$brand: #afe4df;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#afe4df")Accessibility — WCAG contrast
Aa
#afe4df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe4df on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue87.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#afe4df text on a black background
contrast 14.99:1
Card sample
#afe4df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe4df;
Background color
Panel with #afe4df background
background-color: #afe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe4df; background: linear-gradient(135deg, #afe4df, #AFC6E4);