#afe7df
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 231, 223
HSL
171°, 54%, 80%
CMYK
24, 0, 4, 9
Luminance
0.7159
Every format
| HEX | #afe7df |
| RGB | rgb(175, 231, 223) |
| HSL | hsl(171, 54%, 80%) |
| CMYK | cmyk(24%, 0%, 4%, 9%) |
| LAB | lab(87.8 -19.4 -1.9) |
| LCH | lch(87.8 19.5 185.6) |
| OKLCH | oklch(0.887 0.058 185.4) |
Copy-ready code
/* CSS */
color: #afe7df;
background-color: #afe7df;
/* Tailwind (arbitrary) */
class="text-[#afe7df] bg-[#afe7df]"
/* SCSS */
$brand: #afe7df;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#afe7df")Accessibility — WCAG contrast
Aa
#afe7df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7df on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow3.5%
Key (black)9.4%
Color previews
#afe7df text on a black background
contrast 15.32:1
Card sample
#afe7df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7df;
Background color
Panel with #afe7df background
background-color: #afe7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7df; background: linear-gradient(135deg, #afe7df, #AFCAE7);