#bdeeaf
a light, vivid green · cool · closest name: aquamarine
RGB
189, 238, 175
HSL
107°, 65%, 81%
CMYK
21, 0, 27, 7
Luminance
0.7506
Every format
| HEX | #bdeeaf |
| RGB | rgb(189, 238, 175) |
| HSL | hsl(107, 65%, 81%) |
| CMYK | cmyk(21%, 0%, 27%, 7%) |
| LAB | lab(89.4 -27.2 25.5) |
| LCH | lch(89.4 37.3 136.8) |
| OKLCH | oklch(0.899 0.098 138.8) |
Copy-ready code
/* CSS */
color: #bdeeaf;
background-color: #bdeeaf;
/* Tailwind (arbitrary) */
class="text-[#bdeeaf] bg-[#bdeeaf]"
/* SCSS */
$brand: #bdeeaf;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#bdeeaf")Accessibility — WCAG contrast
Aa
#bdeeaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeeaf on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue68.6%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#bdeeaf text on a black background
contrast 16.01:1
Card sample
#bdeeaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeeaf;
Background color
Panel with #bdeeaf background
background-color: #bdeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeeaf; background: linear-gradient(135deg, #bdeeaf, #AFEECB);