#bae8ba
a light, vivid green · cool · closest name: beige
RGB
186, 232, 186
HSL
120°, 50%, 82%
CMYK
20, 0, 20, 9
Luminance
0.7170
Every format
| HEX | #bae8ba |
| RGB | rgb(186, 232, 186) |
| HSL | hsl(120, 50%, 82%) |
| CMYK | cmyk(20%, 0%, 20%, 9%) |
| LAB | lab(87.8 -23.5 17.6) |
| LCH | lch(87.8 29.4 143.2) |
| OKLCH | oklch(0.887 0.079 144.9) |
Copy-ready code
/* CSS */
color: #bae8ba;
background-color: #bae8ba;
/* Tailwind (arbitrary) */
class="text-[#bae8ba] bg-[#bae8ba]"
/* SCSS */
$brand: #bae8ba;
/* SwiftUI */
Color(red: 0.729, green: 0.910, blue: 0.729)
/* Android */
Color.parseColor("#bae8ba")Accessibility — WCAG contrast
Aa
#bae8ba on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae8ba on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.0%
Blue72.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow19.8%
Key (black)9.0%
Color previews
#bae8ba text on a black background
contrast 15.34:1
Card sample
#bae8ba text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae8ba;
Background color
Panel with #bae8ba background
background-color: #bae8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 232, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 232, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae8ba; background: linear-gradient(135deg, #bae8ba, #BAE8D9);