#afe1df
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 225, 223
HSL
178°, 46%, 78%
CMYK
22, 0, 1, 12
Luminance
0.6829
Every format
| HEX | #afe1df |
| RGB | rgb(175, 225, 223) |
| HSL | hsl(178, 46%, 78%) |
| CMYK | cmyk(22%, 0%, 1%, 12%) |
| LAB | lab(86.2 -16.4 -4.3) |
| LCH | lch(86.2 16.9 194.7) |
| OKLCH | oklch(0.874 0.051 193.2) |
Copy-ready code
/* CSS */
color: #afe1df;
background-color: #afe1df;
/* Tailwind (arbitrary) */
class="text-[#afe1df] bg-[#afe1df]"
/* SCSS */
$brand: #afe1df;
/* SwiftUI */
Color(red: 0.686, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#afe1df")Accessibility — WCAG contrast
Aa
#afe1df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe1df on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.2%
Blue87.5%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#afe1df text on a black background
contrast 14.66:1
Card sample
#afe1df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe1df;
Background color
Panel with #afe1df background
background-color: #afe1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe1df; background: linear-gradient(135deg, #afe1df, #AFC2E1);