#baeba2
a light, vivid green · cool · closest name: khaki
RGB
186, 235, 162
HSL
100°, 65%, 78%
CMYK
21, 0, 31, 8
Luminance
0.7246
Every format
| HEX | #baeba2 |
| RGB | rgb(186, 235, 162) |
| HSL | hsl(100, 65%, 78%) |
| CMYK | cmyk(21%, 0%, 31%, 8%) |
| LAB | lab(88.2 -28.7 30.5) |
| LCH | lch(88.2 41.9 133.3) |
| OKLCH | oklch(0.888 0.109 135.7) |
Copy-ready code
/* CSS */
color: #baeba2;
background-color: #baeba2;
/* Tailwind (arbitrary) */
class="text-[#baeba2] bg-[#baeba2]"
/* SCSS */
$brand: #baeba2;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#baeba2")Accessibility — WCAG contrast
Aa
#baeba2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeba2 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue63.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#baeba2 text on a black background
contrast 15.49:1
Card sample
#baeba2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeba2;
Background color
Panel with #baeba2 background
background-color: #baeba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeba2; background: linear-gradient(135deg, #baeba2, #A2EBBB);