#afeee8
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 238, 232
HSL
174°, 65%, 81%
CMYK
27, 0, 3, 7
Luminance
0.7609
Every format
| HEX | #afeee8 |
| RGB | rgb(175, 238, 232) |
| HSL | hsl(174, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 3%, 7%) |
| LAB | lab(89.9 -20.9 -3.5) |
| LCH | lch(89.9 21.2 189.5) |
| OKLCH | oklch(0.905 0.064 188.8) |
Copy-ready code
/* CSS */
color: #afeee8;
background-color: #afeee8;
/* Tailwind (arbitrary) */
class="text-[#afeee8] bg-[#afeee8]"
/* SCSS */
$brand: #afeee8;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#afeee8")Accessibility — WCAG contrast
Aa
#afeee8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeee8 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue91.0%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow2.5%
Key (black)6.7%
Color previews
#afeee8 text on a black background
contrast 16.22:1
Card sample
#afeee8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeee8;
Background color
Panel with #afeee8 background
background-color: #afeee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeee8; background: linear-gradient(135deg, #afeee8, #AFCAEE);