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