#baebaa
a light, vivid green · cool · closest name: aquamarine
RGB
186, 235, 170
HSL
105°, 62%, 79%
CMYK
21, 0, 28, 8
Luminance
0.7276
Every format
| HEX | #baebaa |
| RGB | rgb(186, 235, 170) |
| HSL | hsl(105, 62%, 79%) |
| CMYK | cmyk(21%, 0%, 28%, 8%) |
| LAB | lab(88.3 -27.5 26.6) |
| LCH | lch(88.3 38.3 136.0) |
| OKLCH | oklch(0.890 0.101 138.1) |
Copy-ready code
/* CSS */
color: #baebaa;
background-color: #baebaa;
/* Tailwind (arbitrary) */
class="text-[#baebaa] bg-[#baebaa]"
/* SCSS */
$brand: #baebaa;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#baebaa")Accessibility — WCAG contrast
Aa
#baebaa on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebaa on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue66.7%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#baebaa text on a black background
contrast 15.55:1
Card sample
#baebaa text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebaa;
Background color
Panel with #baebaa background
background-color: #baebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebaa; background: linear-gradient(135deg, #baebaa, #AAEBC5);