#baeeba
a light, vivid green · cool · closest name: aquamarine
RGB
186, 238, 186
HSL
120°, 61%, 83%
CMYK
22, 0, 22, 7
Luminance
0.7513
Every format
| HEX | #baeeba |
| RGB | rgb(186, 238, 186) |
| HSL | hsl(120, 61%, 83%) |
| CMYK | cmyk(22%, 0%, 22%, 7%) |
| LAB | lab(89.5 -26.4 19.9) |
| LCH | lch(89.5 33.0 143.0) |
| OKLCH | oklch(0.900 0.088 144.8) |
Copy-ready code
/* CSS */
color: #baeeba;
background-color: #baeeba;
/* Tailwind (arbitrary) */
class="text-[#baeeba] bg-[#baeeba]"
/* SCSS */
$brand: #baeeba;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#baeeba")Accessibility — WCAG contrast
Aa
#baeeba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeeba on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue72.9%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#baeeba text on a black background
contrast 16.03:1
Card sample
#baeeba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeeba;
Background color
Panel with #baeeba background
background-color: #baeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeeba; background: linear-gradient(135deg, #baeeba, #BAEEDD);