#bdf0ae
a light, vivid green · cool · closest name: aquamarine
RGB
189, 240, 174
HSL
106°, 69%, 81%
CMYK
21, 0, 28, 6
Luminance
0.7619
Every format
| HEX | #bdf0ae |
| RGB | rgb(189, 240, 174) |
| HSL | hsl(106, 69%, 81%) |
| CMYK | cmyk(21%, 0%, 28%, 6%) |
| LAB | lab(90.0 -28.3 26.8) |
| LCH | lch(90.0 38.9 136.6) |
| OKLCH | oklch(0.903 0.102 138.7) |
Copy-ready code
/* CSS */
color: #bdf0ae;
background-color: #bdf0ae;
/* Tailwind (arbitrary) */
class="text-[#bdf0ae] bg-[#bdf0ae]"
/* SCSS */
$brand: #bdf0ae;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.682)
/* Android */
Color.parseColor("#bdf0ae")Accessibility — WCAG contrast
Aa
#bdf0ae on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf0ae on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue68.2%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow27.5%
Key (black)5.9%
Color previews
#bdf0ae text on a black background
contrast 16.24:1
Card sample
#bdf0ae text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf0ae;
Background color
Panel with #bdf0ae background
background-color: #bdf0ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf0ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf0ae; background: linear-gradient(135deg, #bdf0ae, #AEF0CB);