#bdf334
a balanced, electric green · cool · closest name: yellow
RGB
189, 243, 52
HSL
77°, 89%, 58%
CMYK
22, 0, 79, 5
Luminance
0.7517
Every format
| HEX | #bdf334 |
| RGB | rgb(189, 243, 52) |
| HSL | hsl(77, 89%, 58%) |
| CMYK | cmyk(22%, 0%, 79%, 5%) |
| LAB | lab(89.5 -41.4 78.7) |
| LCH | lch(89.5 88.9 117.7) |
| OKLCH | oklch(0.895 0.210 125.0) |
Copy-ready code
/* CSS */
color: #bdf334;
background-color: #bdf334;
/* Tailwind (arbitrary) */
class="text-[#bdf334] bg-[#bdf334]"
/* SCSS */
$brand: #bdf334;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.204)
/* Android */
Color.parseColor("#bdf334")Accessibility — WCAG contrast
Aa
#bdf334 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf334 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue20.4%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow78.6%
Key (black)4.7%
Color previews
#bdf334 text on a black background
contrast 16.03:1
Card sample
#bdf334 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf334;
Background color
Panel with #bdf334 background
background-color: #bdf334;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf334;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf334; background: linear-gradient(135deg, #bdf334, #3DF334);