#afe2c4
a light, vivid green · cool · closest name: beige
RGB
175, 226, 196
HSL
145°, 47%, 79%
CMYK
23, 0, 13, 11
Luminance
0.6749
Every format
| HEX | #afe2c4 |
| RGB | rgb(175, 226, 196) |
| HSL | hsl(145, 47%, 79%) |
| CMYK | cmyk(23%, 0%, 13%, 11%) |
| LAB | lab(85.8 -22.3 9.3) |
| LCH | lch(85.8 24.2 157.3) |
| OKLCH | oklch(0.869 0.067 158.8) |
Copy-ready code
/* CSS */
color: #afe2c4;
background-color: #afe2c4;
/* Tailwind (arbitrary) */
class="text-[#afe2c4] bg-[#afe2c4]"
/* SCSS */
$brand: #afe2c4;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.769)
/* Android */
Color.parseColor("#afe2c4")Accessibility — WCAG contrast
Aa
#afe2c4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2c4 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue76.9%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow13.3%
Key (black)11.4%
Color previews
#afe2c4 text on a black background
contrast 14.50:1
Card sample
#afe2c4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2c4;
Background color
Panel with #afe2c4 background
background-color: #afe2c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2c4; background: linear-gradient(135deg, #afe2c4, #AFDEE2);