#bdf342
a balanced, electric green · cool · closest name: yellow
RGB
189, 243, 66
HSL
78°, 88%, 61%
CMYK
22, 0, 73, 5
Luminance
0.7531
Every format
| HEX | #bdf342 |
| RGB | rgb(189, 243, 66) |
| HSL | hsl(78, 88%, 61%) |
| CMYK | cmyk(22%, 0%, 73%, 5%) |
| LAB | lab(89.5 -40.7 74.6) |
| LCH | lch(89.5 85.0 118.6) |
| OKLCH | oklch(0.896 0.204 125.4) |
Copy-ready code
/* CSS */
color: #bdf342;
background-color: #bdf342;
/* Tailwind (arbitrary) */
class="text-[#bdf342] bg-[#bdf342]"
/* SCSS */
$brand: #bdf342;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.259)
/* Android */
Color.parseColor("#bdf342")Accessibility — WCAG contrast
Aa
#bdf342 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf342 on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue25.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow72.8%
Key (black)4.7%
Color previews
#bdf342 text on a black background
contrast 16.06:1
Card sample
#bdf342 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf342;
Background color
Panel with #bdf342 background
background-color: #bdf342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf342; background: linear-gradient(135deg, #bdf342, #47F342);