#afefe2
a light, vivid cyan · cool · closest name: beige
RGB
175, 239, 226
HSL
168°, 67%, 81%
CMYK
27, 0, 5, 6
Luminance
0.7634
Every format
| HEX | #afefe2 |
| RGB | rgb(175, 239, 226) |
| HSL | hsl(168, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 5%, 6%) |
| LAB | lab(90.0 -22.7 -0.2) |
| LCH | lch(90.0 22.7 180.5) |
| OKLCH | oklch(0.905 0.067 180.8) |
Copy-ready code
/* CSS */
color: #afefe2;
background-color: #afefe2;
/* Tailwind (arbitrary) */
class="text-[#afefe2] bg-[#afefe2]"
/* SCSS */
$brand: #afefe2;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#afefe2")Accessibility — WCAG contrast
Aa
#afefe2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefe2 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue88.6%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#afefe2 text on a black background
contrast 16.27:1
Card sample
#afefe2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefe2;
Background color
Panel with #afefe2 background
background-color: #afefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefe2; background: linear-gradient(135deg, #afefe2, #AFD1EF);