#bdf92c
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 44
HSL
78°, 95%, 58%
CMYK
24, 0, 82, 2
Luminance
0.7875
Every format
| HEX | #bdf92c |
| RGB | rgb(189, 249, 44) |
| HSL | hsl(78, 95%, 58%) |
| CMYK | cmyk(24%, 0%, 82%, 2%) |
| LAB | lab(91.1 -44.3 82.2) |
| LCH | lch(91.1 93.3 118.3) |
| OKLCH | oklch(0.908 0.220 125.8) |
Copy-ready code
/* CSS */
color: #bdf92c;
background-color: #bdf92c;
/* Tailwind (arbitrary) */
class="text-[#bdf92c] bg-[#bdf92c]"
/* SCSS */
$brand: #bdf92c;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.173)
/* Android */
Color.parseColor("#bdf92c")Accessibility — WCAG contrast
Aa
#bdf92c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf92c on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue17.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow82.3%
Key (black)2.4%
Color previews
#bdf92c text on a black background
contrast 16.75:1
Card sample
#bdf92c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf92c;
Background color
Panel with #bdf92c background
background-color: #bdf92c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf92c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf92c; background: linear-gradient(135deg, #bdf92c, #34F92C);