#bdf845
a balanced, electric green · cool · closest name: yellow
RGB
189, 248, 69
HSL
80°, 93%, 62%
CMYK
24, 0, 72, 3
Luminance
0.7838
Every format
| HEX | #bdf845 |
| RGB | rgb(189, 248, 69) |
| HSL | hsl(80, 93%, 62%) |
| CMYK | cmyk(24%, 0%, 72%, 3%) |
| LAB | lab(91.0 -42.8 75.0) |
| LCH | lch(91.0 86.3 119.7) |
| OKLCH | oklch(0.907 0.208 126.4) |
Copy-ready code
/* CSS */
color: #bdf845;
background-color: #bdf845;
/* Tailwind (arbitrary) */
class="text-[#bdf845] bg-[#bdf845]"
/* SCSS */
$brand: #bdf845;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.271)
/* Android */
Color.parseColor("#bdf845")Accessibility — WCAG contrast
Aa
#bdf845 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf845 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue27.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow72.2%
Key (black)2.7%
Color previews
#bdf845 text on a black background
contrast 16.68:1
Card sample
#bdf845 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf845;
Background color
Panel with #bdf845 background
background-color: #bdf845;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf845;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf845; background: linear-gradient(135deg, #bdf845, #46F845);