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