#bae2ba
a light, soft green · cool · closest name: beige
RGB
186, 226, 186
HSL
120°, 41%, 81%
CMYK
18, 0, 18, 11
Luminance
0.6838
Every format
| HEX | #bae2ba |
| RGB | rgb(186, 226, 186) |
| HSL | hsl(120, 41%, 81%) |
| CMYK | cmyk(18%, 0%, 18%, 11%) |
| LAB | lab(86.2 -20.6 15.3) |
| LCH | lch(86.2 25.6 143.3) |
| OKLCH | oklch(0.874 0.069 145.0) |
Copy-ready code
/* CSS */
color: #bae2ba;
background-color: #bae2ba;
/* Tailwind (arbitrary) */
class="text-[#bae2ba] bg-[#bae2ba]"
/* SCSS */
$brand: #bae2ba;
/* SwiftUI */
Color(red: 0.729, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#bae2ba")Accessibility — WCAG contrast
Aa
#bae2ba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae2ba on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.6%
Blue72.9%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#bae2ba text on a black background
contrast 14.68:1
Card sample
#bae2ba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae2ba;
Background color
Panel with #bae2ba background
background-color: #bae2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae2ba; background: linear-gradient(135deg, #bae2ba, #BAE2D5);