#bdf658
a light, electric green · cool · closest name: yellow
RGB
189, 246, 88
HSL
82°, 90%, 66%
CMYK
23, 0, 64, 4
Luminance
0.7743
Every format
| HEX | #bdf658 |
| RGB | rgb(189, 246, 88) |
| HSL | hsl(82, 90%, 66%) |
| CMYK | cmyk(23%, 0%, 64%, 4%) |
| LAB | lab(90.5 -40.7 67.7) |
| LCH | lch(90.5 79.0 121.0) |
| OKLCH | oklch(0.904 0.193 126.9) |
Copy-ready code
/* CSS */
color: #bdf658;
background-color: #bdf658;
/* Tailwind (arbitrary) */
class="text-[#bdf658] bg-[#bdf658]"
/* SCSS */
$brand: #bdf658;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.345)
/* Android */
Color.parseColor("#bdf658")Accessibility — WCAG contrast
Aa
#bdf658 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf658 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue34.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow64.2%
Key (black)3.5%
Color previews
#bdf658 text on a black background
contrast 16.49:1
Card sample
#bdf658 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf658;
Background color
Panel with #bdf658 background
background-color: #bdf658;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf658;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf658; background: linear-gradient(135deg, #bdf658, #58F65C);