#bdf975
a light, electric green · cool · closest name: khaki
RGB
189, 249, 117
HSL
87°, 92%, 72%
CMYK
24, 0, 53, 2
Luminance
0.7985
Every format
| HEX | #bdf975 |
| RGB | rgb(189, 249, 117) |
| HSL | hsl(87, 92%, 72%) |
| CMYK | cmyk(24%, 0%, 53%, 2%) |
| LAB | lab(91.6 -39.6 56.6) |
| LCH | lch(91.6 69.1 125.0) |
| OKLCH | oklch(0.914 0.174 129.6) |
Copy-ready code
/* CSS */
color: #bdf975;
background-color: #bdf975;
/* Tailwind (arbitrary) */
class="text-[#bdf975] bg-[#bdf975]"
/* SCSS */
$brand: #bdf975;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.459)
/* Android */
Color.parseColor("#bdf975")Accessibility — WCAG contrast
Aa
#bdf975 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf975 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue45.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow53.0%
Key (black)2.4%
Color previews
#bdf975 text on a black background
contrast 16.97:1
Card sample
#bdf975 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf975;
Background color
Panel with #bdf975 background
background-color: #bdf975;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf975;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf975; background: linear-gradient(135deg, #bdf975, #75F985);