#bdf25f
a light, electric green · cool · closest name: khaki
RGB
189, 242, 95
HSL
82°, 85%, 66%
CMYK
22, 0, 61, 5
Luminance
0.7515
Every format
| HEX | #bdf25f |
| RGB | rgb(189, 242, 95) |
| HSL | hsl(82, 85%, 66%) |
| CMYK | cmyk(22%, 0%, 61%, 5%) |
| LAB | lab(89.5 -38.4 63.7) |
| LCH | lch(89.5 74.4 121.1) |
| OKLCH | oklch(0.896 0.183 126.6) |
Copy-ready code
/* CSS */
color: #bdf25f;
background-color: #bdf25f;
/* Tailwind (arbitrary) */
class="text-[#bdf25f] bg-[#bdf25f]"
/* SCSS */
$brand: #bdf25f;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.373)
/* Android */
Color.parseColor("#bdf25f")Accessibility — WCAG contrast
Aa
#bdf25f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf25f on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue37.3%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow60.7%
Key (black)5.1%
Color previews
#bdf25f text on a black background
contrast 16.03:1
Card sample
#bdf25f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf25f;
Background color
Panel with #bdf25f background
background-color: #bdf25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf25f; background: linear-gradient(135deg, #bdf25f, #5FF263);