#bdf63b
a balanced, electric green · cool · closest name: yellow
RGB
189, 246, 59
HSL
78°, 91%, 60%
CMYK
23, 0, 76, 4
Luminance
0.7705
Every format
| HEX | #bdf63b |
| RGB | rgb(189, 246, 59) |
| HSL | hsl(78, 91%, 60%) |
| CMYK | cmyk(23%, 0%, 76%, 4%) |
| LAB | lab(90.3 -42.4 77.5) |
| LCH | lch(90.3 88.4 118.7) |
| OKLCH | oklch(0.902 0.211 125.7) |
Copy-ready code
/* CSS */
color: #bdf63b;
background-color: #bdf63b;
/* Tailwind (arbitrary) */
class="text-[#bdf63b] bg-[#bdf63b]"
/* SCSS */
$brand: #bdf63b;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.231)
/* Android */
Color.parseColor("#bdf63b")Accessibility — WCAG contrast
Aa
#bdf63b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf63b on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue23.1%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow76.0%
Key (black)3.5%
Color previews
#bdf63b text on a black background
contrast 16.41:1
Card sample
#bdf63b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf63b;
Background color
Panel with #bdf63b background
background-color: #bdf63b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf63b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf63b; background: linear-gradient(135deg, #bdf63b, #40F63B);