#afeee0
a light, vivid cyan · cool · closest name: beige
RGB
175, 238, 224
HSL
167°, 65%, 81%
CMYK
27, 0, 6, 7
Luminance
0.7564
Every format
| HEX | #afeee0 |
| RGB | rgb(175, 238, 224) |
| HSL | hsl(167, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 6%, 7%) |
| LAB | lab(89.7 -22.6 0.4) |
| LCH | lch(89.7 22.6 179.1) |
| OKLCH | oklch(0.903 0.066 179.5) |
Copy-ready code
/* CSS */
color: #afeee0;
background-color: #afeee0;
/* Tailwind (arbitrary) */
class="text-[#afeee0] bg-[#afeee0]"
/* SCSS */
$brand: #afeee0;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#afeee0")Accessibility — WCAG contrast
Aa
#afeee0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeee0 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue87.8%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#afeee0 text on a black background
contrast 16.13:1
Card sample
#afeee0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeee0;
Background color
Panel with #afeee0 background
background-color: #afeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeee0; background: linear-gradient(135deg, #afeee0, #AFD2EE);