#baeeb4
a light, vivid green · cool · closest name: aquamarine
RGB
186, 238, 180
HSL
114°, 63%, 82%
CMYK
22, 0, 24, 7
Luminance
0.7488
Every format
| HEX | #baeeb4 |
| RGB | rgb(186, 238, 180) |
| HSL | hsl(114, 63%, 82%) |
| CMYK | cmyk(22%, 0%, 24%, 7%) |
| LAB | lab(89.3 -27.4 22.8) |
| LCH | lch(89.3 35.6 140.2) |
| OKLCH | oklch(0.898 0.095 142.1) |
Copy-ready code
/* CSS */
color: #baeeb4;
background-color: #baeeb4;
/* Tailwind (arbitrary) */
class="text-[#baeeb4] bg-[#baeeb4]"
/* SCSS */
$brand: #baeeb4;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.706)
/* Android */
Color.parseColor("#baeeb4")Accessibility — WCAG contrast
Aa
#baeeb4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeeb4 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue70.6%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow24.4%
Key (black)6.7%
Color previews
#baeeb4 text on a black background
contrast 15.98:1
Card sample
#baeeb4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeeb4;
Background color
Panel with #baeeb4 background
background-color: #baeeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeeb4; background: linear-gradient(135deg, #baeeb4, #B4EED5);