#afeee5
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 238, 229
HSL
171°, 65%, 81%
CMYK
27, 0, 4, 7
Luminance
0.7592
Every format
| HEX | #afeee5 |
| RGB | rgb(175, 238, 229) |
| HSL | hsl(171, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 4%, 7%) |
| LAB | lab(89.8 -21.6 -2.0) |
| LCH | lch(89.8 21.7 185.4) |
| OKLCH | oklch(0.904 0.065 185.2) |
Copy-ready code
/* CSS */
color: #afeee5;
background-color: #afeee5;
/* Tailwind (arbitrary) */
class="text-[#afeee5] bg-[#afeee5]"
/* SCSS */
$brand: #afeee5;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#afeee5")Accessibility — WCAG contrast
Aa
#afeee5 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeee5 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue89.8%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow3.8%
Key (black)6.7%
Color previews
#afeee5 text on a black background
contrast 16.18:1
Card sample
#afeee5 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeee5;
Background color
Panel with #afeee5 background
background-color: #afeee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeee5; background: linear-gradient(135deg, #afeee5, #AFCDEE);