#bae7b7
a light, vivid green · cool · closest name: beige
RGB
186, 231, 183
HSL
116°, 50%, 81%
CMYK
20, 0, 21, 9
Luminance
0.7101
Every format
| HEX | #bae7b7 |
| RGB | rgb(186, 231, 183) |
| HSL | hsl(116, 50%, 81%) |
| CMYK | cmyk(20%, 0%, 21%, 9%) |
| LAB | lab(87.5 -23.5 18.7) |
| LCH | lch(87.5 30.0 141.5) |
| OKLCH | oklch(0.884 0.080 143.3) |
Copy-ready code
/* CSS */
color: #bae7b7;
background-color: #bae7b7;
/* Tailwind (arbitrary) */
class="text-[#bae7b7] bg-[#bae7b7]"
/* SCSS */
$brand: #bae7b7;
/* SwiftUI */
Color(red: 0.729, green: 0.906, blue: 0.718)
/* Android */
Color.parseColor("#bae7b7")Accessibility — WCAG contrast
Aa
#bae7b7 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae7b7 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green90.6%
Blue71.8%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow20.8%
Key (black)9.4%
Color previews
#bae7b7 text on a black background
contrast 15.20:1
Card sample
#bae7b7 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae7b7;
Background color
Panel with #bae7b7 background
background-color: #bae7b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae7b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 231, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 231, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae7b7; background: linear-gradient(135deg, #bae7b7, #B7E7D4);