#afeef6
a light, electric cyan · cool · closest name: skyblue
RGB
175, 238, 246
HSL
187°, 80%, 83%
CMYK
29, 3, 0, 4
Luminance
0.7692
Every format
| HEX | #afeef6 |
| RGB | rgb(175, 238, 246) |
| HSL | hsl(187, 80%, 83%) |
| CMYK | cmyk(29%, 3%, 0%, 4%) |
| LAB | lab(90.3 -17.9 -10.3) |
| LCH | lch(90.3 20.6 209.9) |
| OKLCH | oklch(0.909 0.064 205.9) |
Copy-ready code
/* CSS */
color: #afeef6;
background-color: #afeef6;
/* Tailwind (arbitrary) */
class="text-[#afeef6] bg-[#afeef6]"
/* SCSS */
$brand: #afeef6;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.965)
/* Android */
Color.parseColor("#afeef6")Accessibility — WCAG contrast
Aa
#afeef6 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeef6 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta3.3%
Yellow0.0%
Key (black)3.5%
Color previews
#afeef6 text on a black background
contrast 16.38:1
Card sample
#afeef6 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeef6;
Background color
Panel with #afeef6 background
background-color: #afeef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeef6; background: linear-gradient(135deg, #afeef6, #AFBEF6);