#bdf4ae
a light, electric green · cool · closest name: aquamarine
RGB
189, 244, 174
HSL
107°, 76%, 82%
CMYK
23, 0, 29, 4
Luminance
0.7858
Every format
| HEX | #bdf4ae |
| RGB | rgb(189, 244, 174) |
| HSL | hsl(107, 76%, 82%) |
| CMYK | cmyk(23%, 0%, 29%, 4%) |
| LAB | lab(91.0 -30.2 28.2) |
| LCH | lch(91.0 41.3 136.9) |
| OKLCH | oklch(0.912 0.109 139.0) |
Copy-ready code
/* CSS */
color: #bdf4ae;
background-color: #bdf4ae;
/* Tailwind (arbitrary) */
class="text-[#bdf4ae] bg-[#bdf4ae]"
/* SCSS */
$brand: #bdf4ae;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.682)
/* Android */
Color.parseColor("#bdf4ae")Accessibility — WCAG contrast
Aa
#bdf4ae on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf4ae on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue68.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow28.7%
Key (black)4.3%
Color previews
#bdf4ae text on a black background
contrast 16.72:1
Card sample
#bdf4ae text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf4ae;
Background color
Panel with #bdf4ae background
background-color: #bdf4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf4ae; background: linear-gradient(135deg, #bdf4ae, #AEF4CE);