#bdf258
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 88
HSL
81°, 86%, 65%
CMYK
22, 0, 64, 5
Luminance
0.7503
Every format
| HEX | #bdf258 |
| RGB | rgb(189, 242, 88) |
| HSL | hsl(81, 86%, 65%) |
| CMYK | cmyk(22%, 0%, 64%, 5%) |
| LAB | lab(89.4 -38.9 66.5) |
| LCH | lch(89.4 77.0 120.4) |
| OKLCH | oklch(0.895 0.188 126.2) |
Copy-ready code
/* CSS */
color: #bdf258;
background-color: #bdf258;
/* Tailwind (arbitrary) */
class="text-[#bdf258] bg-[#bdf258]"
/* SCSS */
$brand: #bdf258;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.345)
/* Android */
Color.parseColor("#bdf258")Accessibility — WCAG contrast
Aa
#bdf258 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf258 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue34.5%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow63.6%
Key (black)5.1%
Color previews
#bdf258 text on a black background
contrast 16.01:1
Card sample
#bdf258 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf258;
Background color
Panel with #bdf258 background
background-color: #bdf258;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf258;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf258; background: linear-gradient(135deg, #bdf258, #58F259);