#bdf469
a light, electric green · cool · closest name: khaki
RGB
189, 244, 105
HSL
84°, 86%, 68%
CMYK
23, 0, 57, 4
Luminance
0.7654
Every format
| HEX | #bdf469 |
| RGB | rgb(189, 244, 105) |
| HSL | hsl(84, 86%, 68%) |
| CMYK | cmyk(23%, 0%, 57%, 4%) |
| LAB | lab(90.1 -38.5 60.2) |
| LCH | lch(90.1 71.4 122.6) |
| OKLCH | oklch(0.901 0.177 127.7) |
Copy-ready code
/* CSS */
color: #bdf469;
background-color: #bdf469;
/* Tailwind (arbitrary) */
class="text-[#bdf469] bg-[#bdf469]"
/* SCSS */
$brand: #bdf469;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.412)
/* Android */
Color.parseColor("#bdf469")Accessibility — WCAG contrast
Aa
#bdf469 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf469 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue41.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow57.0%
Key (black)4.3%
Color previews
#bdf469 text on a black background
contrast 16.31:1
Card sample
#bdf469 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf469;
Background color
Panel with #bdf469 background
background-color: #bdf469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf469; background: linear-gradient(135deg, #bdf469, #69F471);