#afe2bc
a light, vivid green · cool · closest name: beige
RGB
175, 226, 188
HSL
135°, 47%, 79%
CMYK
23, 0, 17, 11
Luminance
0.6714
Every format
| HEX | #afe2bc |
| RGB | rgb(175, 226, 188) |
| HSL | hsl(135, 47%, 79%) |
| CMYK | cmyk(23%, 0%, 17%, 11%) |
| LAB | lab(85.6 -23.8 13.3) |
| LCH | lch(85.6 27.3 150.8) |
| OKLCH | oklch(0.867 0.074 152.5) |
Copy-ready code
/* CSS */
color: #afe2bc;
background-color: #afe2bc;
/* Tailwind (arbitrary) */
class="text-[#afe2bc] bg-[#afe2bc]"
/* SCSS */
$brand: #afe2bc;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.737)
/* Android */
Color.parseColor("#afe2bc")Accessibility — WCAG contrast
Aa
#afe2bc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2bc on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue73.7%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow16.8%
Key (black)11.4%
Color previews
#afe2bc text on a black background
contrast 14.43:1
Card sample
#afe2bc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2bc;
Background color
Panel with #afe2bc background
background-color: #afe2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2bc; background: linear-gradient(135deg, #afe2bc, #AFE2DE);