#afe2df
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 226, 223
HSL
177°, 47%, 79%
CMYK
23, 0, 1, 11
Luminance
0.6883
Every format
| HEX | #afe2df |
| RGB | rgb(175, 226, 223) |
| HSL | hsl(177, 47%, 79%) |
| CMYK | cmyk(23%, 0%, 1%, 11%) |
| LAB | lab(86.4 -16.9 -3.9) |
| LCH | lch(86.4 17.4 193.0) |
| OKLCH | oklch(0.877 0.053 191.8) |
Copy-ready code
/* CSS */
color: #afe2df;
background-color: #afe2df;
/* Tailwind (arbitrary) */
class="text-[#afe2df] bg-[#afe2df]"
/* SCSS */
$brand: #afe2df;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#afe2df")Accessibility — WCAG contrast
Aa
#afe2df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2df on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue87.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#afe2df text on a black background
contrast 14.77:1
Card sample
#afe2df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2df;
Background color
Panel with #afe2df background
background-color: #afe2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2df; background: linear-gradient(135deg, #afe2df, #AFC3E2);