#bdf378
a light, electric green · cool · closest name: khaki
RGB
189, 243, 120
HSL
86°, 84%, 71%
CMYK
22, 0, 51, 5
Luminance
0.7628
Every format
| HEX | #bdf378 |
| RGB | rgb(189, 243, 120) |
| HSL | hsl(86, 84%, 71%) |
| CMYK | cmyk(22%, 0%, 51%, 5%) |
| LAB | lab(90.0 -36.6 53.3) |
| LCH | lch(90.0 64.7 124.5) |
| OKLCH | oklch(0.901 0.163 128.8) |
Copy-ready code
/* CSS */
color: #bdf378;
background-color: #bdf378;
/* Tailwind (arbitrary) */
class="text-[#bdf378] bg-[#bdf378]"
/* SCSS */
$brand: #bdf378;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.471)
/* Android */
Color.parseColor("#bdf378")Accessibility — WCAG contrast
Aa
#bdf378 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf378 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue47.1%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow50.6%
Key (black)4.7%
Color previews
#bdf378 text on a black background
contrast 16.26:1
Card sample
#bdf378 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf378;
Background color
Panel with #bdf378 background
background-color: #bdf378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf378; background: linear-gradient(135deg, #bdf378, #78F385);