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