#bdeeab
a light, vivid green · cool · closest name: aquamarine
RGB
189, 238, 171
HSL
104°, 66%, 80%
CMYK
21, 0, 28, 7
Luminance
0.7491
Every format
| HEX | #bdeeab |
| RGB | rgb(189, 238, 171) |
| HSL | hsl(104, 66%, 80%) |
| CMYK | cmyk(21%, 0%, 28%, 7%) |
| LAB | lab(89.3 -27.8 27.5) |
| LCH | lch(89.3 39.1 135.3) |
| OKLCH | oklch(0.898 0.103 137.4) |
Copy-ready code
/* CSS */
color: #bdeeab;
background-color: #bdeeab;
/* Tailwind (arbitrary) */
class="text-[#bdeeab] bg-[#bdeeab]"
/* SCSS */
$brand: #bdeeab;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#bdeeab")Accessibility — WCAG contrast
Aa
#bdeeab on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeeab on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue67.1%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#bdeeab text on a black background
contrast 15.98:1
Card sample
#bdeeab text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeeab;
Background color
Panel with #bdeeab background
background-color: #bdeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeeab; background: linear-gradient(135deg, #bdeeab, #ABEEC6);