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