#afe5c3
a light, vivid green · cool · closest name: beige
RGB
175, 229, 195
HSL
142°, 51%, 79%
CMYK
24, 0, 15, 10
Luminance
0.6909
Every format
| HEX | #afe5c3 |
| RGB | rgb(175, 229, 195) |
| HSL | hsl(142, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 15%, 10%) |
| LAB | lab(86.5 -24.0 11.0) |
| LCH | lch(86.5 26.4 155.3) |
| OKLCH | oklch(0.875 0.073 156.9) |
Copy-ready code
/* CSS */
color: #afe5c3;
background-color: #afe5c3;
/* Tailwind (arbitrary) */
class="text-[#afe5c3] bg-[#afe5c3]"
/* SCSS */
$brand: #afe5c3;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.765)
/* Android */
Color.parseColor("#afe5c3")Accessibility — WCAG contrast
Aa
#afe5c3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5c3 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue76.5%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow14.8%
Key (black)10.2%
Color previews
#afe5c3 text on a black background
contrast 14.82:1
Card sample
#afe5c3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5c3;
Background color
Panel with #afe5c3 background
background-color: #afe5c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5c3; background: linear-gradient(135deg, #afe5c3, #AFE3E5);