#bdf084
a light, electric green · cool · closest name: khaki
RGB
189, 240, 132
HSL
88°, 78%, 73%
CMYK
21, 0, 45, 6
Luminance
0.7480
Every format
| HEX | #bdf084 |
| RGB | rgb(189, 240, 132) |
| HSL | hsl(88, 78%, 73%) |
| CMYK | cmyk(21%, 0%, 45%, 6%) |
| LAB | lab(89.3 -33.9 46.8) |
| LCH | lch(89.3 57.8 125.9) |
| OKLCH | oklch(0.896 0.147 129.7) |
Copy-ready code
/* CSS */
color: #bdf084;
background-color: #bdf084;
/* Tailwind (arbitrary) */
class="text-[#bdf084] bg-[#bdf084]"
/* SCSS */
$brand: #bdf084;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.518)
/* Android */
Color.parseColor("#bdf084")Accessibility — WCAG contrast
Aa
#bdf084 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf084 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue51.8%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow45.0%
Key (black)5.9%
Color previews
#bdf084 text on a black background
contrast 15.96:1
Card sample
#bdf084 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf084;
Background color
Panel with #bdf084 background
background-color: #bdf084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf084; background: linear-gradient(135deg, #bdf084, #84F093);