#bddf34
a balanced, vivid green · cool · closest name: yellow
RGB
189, 223, 52
HSL
72°, 73%, 54%
CMYK
15, 0, 77, 13
Luminance
0.6384
Every format
| HEX | #bddf34 |
| RGB | rgb(189, 223, 52) |
| HSL | hsl(72, 73%, 54%) |
| CMYK | cmyk(15%, 0%, 77%, 13%) |
| LAB | lab(83.9 -32.4 73.6) |
| LCH | lch(83.9 80.4 113.7) |
| OKLCH | oklch(0.850 0.188 120.7) |
Copy-ready code
/* CSS */
color: #bddf34;
background-color: #bddf34;
/* Tailwind (arbitrary) */
class="text-[#bddf34] bg-[#bddf34]"
/* SCSS */
$brand: #bddf34;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.204)
/* Android */
Color.parseColor("#bddf34")Accessibility — WCAG contrast
Aa
#bddf34 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddf34 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue20.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow76.7%
Key (black)12.5%
Color previews
#bddf34 text on a black background
contrast 13.77:1
Card sample
#bddf34 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddf34;
Background color
Panel with #bddf34 background
background-color: #bddf34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddf34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddf34; background: linear-gradient(135deg, #bddf34, #4BDF34);