#bae8c2
a light, vivid green · cool · closest name: beige
RGB
186, 232, 194
HSL
130°, 50%, 82%
CMYK
20, 0, 16, 9
Luminance
0.7205
Every format
| HEX | #bae8c2 |
| RGB | rgb(186, 232, 194) |
| HSL | hsl(130, 50%, 82%) |
| CMYK | cmyk(20%, 0%, 16%, 9%) |
| LAB | lab(88.0 -22.1 13.7) |
| LCH | lch(88.0 26.0 148.3) |
| OKLCH | oklch(0.888 0.070 149.9) |
Copy-ready code
/* CSS */
color: #bae8c2;
background-color: #bae8c2;
/* Tailwind (arbitrary) */
class="text-[#bae8c2] bg-[#bae8c2]"
/* SCSS */
$brand: #bae8c2;
/* SwiftUI */
Color(red: 0.729, green: 0.910, blue: 0.761)
/* Android */
Color.parseColor("#bae8c2")Accessibility — WCAG contrast
Aa
#bae8c2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae8c2 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.0%
Blue76.1%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow16.4%
Key (black)9.0%
Color previews
#bae8c2 text on a black background
contrast 15.41:1
Card sample
#bae8c2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae8c2;
Background color
Panel with #bae8c2 background
background-color: #bae8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 232, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 232, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae8c2; background: linear-gradient(135deg, #bae8c2, #BAE8E1);