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