#bdecaf
a light, vivid green · cool · closest name: aquamarine
RGB
189, 236, 175
HSL
106°, 62%, 81%
CMYK
20, 0, 26, 8
Luminance
0.7390
Every format
| HEX | #bdecaf |
| RGB | rgb(189, 236, 175) |
| HSL | hsl(106, 62%, 81%) |
| CMYK | cmyk(20%, 0%, 26%, 8%) |
| LAB | lab(88.9 -26.2 24.8) |
| LCH | lch(88.9 36.1 136.6) |
| OKLCH | oklch(0.895 0.095 138.6) |
Copy-ready code
/* CSS */
color: #bdecaf;
background-color: #bdecaf;
/* Tailwind (arbitrary) */
class="text-[#bdecaf] bg-[#bdecaf]"
/* SCSS */
$brand: #bdecaf;
/* SwiftUI */
Color(red: 0.741, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#bdecaf")Accessibility — WCAG contrast
Aa
#bdecaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdecaf on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green92.5%
Blue68.6%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#bdecaf text on a black background
contrast 15.78:1
Card sample
#bdecaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdecaf;
Background color
Panel with #bdecaf background
background-color: #bdecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdecaf; background: linear-gradient(135deg, #bdecaf, #AFECCA);