#bdf374
a light, electric green · cool · closest name: khaki
RGB
189, 243, 116
HSL
86°, 84%, 70%
CMYK
22, 0, 52, 5
Luminance
0.7618
Every format
| HEX | #bdf374 |
| RGB | rgb(189, 243, 116) |
| HSL | hsl(86, 84%, 70%) |
| CMYK | cmyk(22%, 0%, 52%, 5%) |
| LAB | lab(89.9 -37.0 55.1) |
| LCH | lch(89.9 66.4 123.9) |
| OKLCH | oklch(0.901 0.167 128.4) |
Copy-ready code
/* CSS */
color: #bdf374;
background-color: #bdf374;
/* Tailwind (arbitrary) */
class="text-[#bdf374] bg-[#bdf374]"
/* SCSS */
$brand: #bdf374;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.455)
/* Android */
Color.parseColor("#bdf374")Accessibility — WCAG contrast
Aa
#bdf374 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf374 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue45.5%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow52.3%
Key (black)4.7%
Color previews
#bdf374 text on a black background
contrast 16.24:1
Card sample
#bdf374 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf374;
Background color
Panel with #bdf374 background
background-color: #bdf374;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf374;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf374; background: linear-gradient(135deg, #bdf374, #74F380);