#bdf475
a light, electric green · cool · closest name: khaki
RGB
189, 244, 117
HSL
86°, 85%, 71%
CMYK
23, 0, 52, 4
Luminance
0.7680
Every format
| HEX | #bdf475 |
| RGB | rgb(189, 244, 117) |
| HSL | hsl(86, 85%, 71%) |
| CMYK | cmyk(23%, 0%, 52%, 4%) |
| LAB | lab(90.2 -37.4 55.0) |
| LCH | lch(90.2 66.5 124.2) |
| OKLCH | oklch(0.903 0.167 128.7) |
Copy-ready code
/* CSS */
color: #bdf475;
background-color: #bdf475;
/* Tailwind (arbitrary) */
class="text-[#bdf475] bg-[#bdf475]"
/* SCSS */
$brand: #bdf475;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.459)
/* Android */
Color.parseColor("#bdf475")Accessibility — WCAG contrast
Aa
#bdf475 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf475 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue45.9%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow52.0%
Key (black)4.3%
Color previews
#bdf475 text on a black background
contrast 16.36:1
Card sample
#bdf475 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf475;
Background color
Panel with #bdf475 background
background-color: #bdf475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf475; background: linear-gradient(135deg, #bdf475, #75F482);