#baebba
a light, vivid green · cool · closest name: aquamarine
RGB
186, 235, 186
HSL
120°, 55%, 83%
CMYK
21, 0, 21, 8
Luminance
0.7340
Every format
| HEX | #baebba |
| RGB | rgb(186, 235, 186) |
| HSL | hsl(120, 55%, 83%) |
| CMYK | cmyk(21%, 0%, 21%, 8%) |
| LAB | lab(88.6 -24.9 18.7) |
| LCH | lch(88.6 31.2 143.1) |
| OKLCH | oklch(0.893 0.083 144.8) |
Copy-ready code
/* CSS */
color: #baebba;
background-color: #baebba;
/* Tailwind (arbitrary) */
class="text-[#baebba] bg-[#baebba]"
/* SCSS */
$brand: #baebba;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#baebba")Accessibility — WCAG contrast
Aa
#baebba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebba on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue72.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#baebba text on a black background
contrast 15.68:1
Card sample
#baebba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebba;
Background color
Panel with #baebba background
background-color: #baebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebba; background: linear-gradient(135deg, #baebba, #BAEBDB);