#bdf276
a light, electric green · cool · closest name: khaki
RGB
189, 242, 118
HSL
86°, 83%, 71%
CMYK
22, 0, 51, 5
Luminance
0.7563
Every format
| HEX | #bdf276 |
| RGB | rgb(189, 242, 118) |
| HSL | hsl(86, 83%, 71%) |
| CMYK | cmyk(22%, 0%, 51%, 5%) |
| LAB | lab(89.7 -36.4 53.9) |
| LCH | lch(89.7 65.0 124.0) |
| OKLCH | oklch(0.899 0.163 128.4) |
Copy-ready code
/* CSS */
color: #bdf276;
background-color: #bdf276;
/* Tailwind (arbitrary) */
class="text-[#bdf276] bg-[#bdf276]"
/* SCSS */
$brand: #bdf276;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.463)
/* Android */
Color.parseColor("#bdf276")Accessibility — WCAG contrast
Aa
#bdf276 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf276 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue46.3%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow51.2%
Key (black)5.1%
Color previews
#bdf276 text on a black background
contrast 16.13:1
Card sample
#bdf276 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf276;
Background color
Panel with #bdf276 background
background-color: #bdf276;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf276;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf276; background: linear-gradient(135deg, #bdf276, #76F282);