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