#bae4ba
a light, soft green · cool · closest name: beige
RGB
186, 228, 186
HSL
120°, 44%, 81%
CMYK
18, 0, 18, 11
Luminance
0.6947
Every format
| HEX | #bae4ba |
| RGB | rgb(186, 228, 186) |
| HSL | hsl(120, 44%, 81%) |
| CMYK | cmyk(18%, 0%, 18%, 11%) |
| LAB | lab(86.7 -21.5 16.1) |
| LCH | lch(86.7 26.9 143.3) |
| OKLCH | oklch(0.878 0.072 144.9) |
Copy-ready code
/* CSS */
color: #bae4ba;
background-color: #bae4ba;
/* Tailwind (arbitrary) */
class="text-[#bae4ba] bg-[#bae4ba]"
/* SCSS */
$brand: #bae4ba;
/* SwiftUI */
Color(red: 0.729, green: 0.894, blue: 0.729)
/* Android */
Color.parseColor("#bae4ba")Accessibility — WCAG contrast
Aa
#bae4ba on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae4ba on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.4%
Blue72.9%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow18.4%
Key (black)10.6%
Color previews
#bae4ba text on a black background
contrast 14.89:1
Card sample
#bae4ba text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae4ba;
Background color
Panel with #bae4ba background
background-color: #bae4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 228, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 228, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae4ba; background: linear-gradient(135deg, #bae4ba, #BAE4D6);