#afeef8
a light, electric cyan · cool · closest name: skyblue
RGB
175, 238, 248
HSL
188°, 84%, 83%
CMYK
29, 4, 0, 3
Luminance
0.7704
Every format
| HEX | #afeef8 |
| RGB | rgb(175, 238, 248) |
| HSL | hsl(188, 84%, 83%) |
| CMYK | cmyk(29%, 4%, 0%, 3%) |
| LAB | lab(90.3 -17.4 -11.2) |
| LCH | lch(90.3 20.7 212.8) |
| OKLCH | oklch(0.910 0.065 208.3) |
Copy-ready code
/* CSS */
color: #afeef8;
background-color: #afeef8;
/* Tailwind (arbitrary) */
class="text-[#afeef8] bg-[#afeef8]"
/* SCSS */
$brand: #afeef8;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#afeef8")Accessibility — WCAG contrast
Aa
#afeef8 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeef8 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta4.0%
Yellow0.0%
Key (black)2.7%
Color previews
#afeef8 text on a black background
contrast 16.41:1
Card sample
#afeef8 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeef8;
Background color
Panel with #afeef8 background
background-color: #afeef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeef8; background: linear-gradient(135deg, #afeef8, #AFBDF8);