#afeef1
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 238, 241
HSL
183°, 70%, 82%
CMYK
27, 1, 0, 6
Luminance
0.7661
Every format
| HEX | #afeef1 |
| RGB | rgb(175, 238, 241) |
| HSL | hsl(183, 70%, 82%) |
| CMYK | cmyk(27%, 1%, 0%, 6%) |
| LAB | lab(90.1 -19.0 -7.8) |
| LCH | lch(90.1 20.5 202.5) |
| OKLCH | oklch(0.908 0.063 199.8) |
Copy-ready code
/* CSS */
color: #afeef1;
background-color: #afeef1;
/* Tailwind (arbitrary) */
class="text-[#afeef1] bg-[#afeef1]"
/* SCSS */
$brand: #afeef1;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#afeef1")Accessibility — WCAG contrast
Aa
#afeef1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeef1 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#afeef1 text on a black background
contrast 16.32:1
Card sample
#afeef1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeef1;
Background color
Panel with #afeef1 background
background-color: #afeef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeef1; background: linear-gradient(135deg, #afeef1, #AFC2F1);