#badb2f
a balanced, vivid green · cool · closest name: yellow
RGB
186, 219, 47
HSL
72°, 71%, 52%
CMYK
15, 0, 79, 14
Luminance
0.6131
Every format
| HEX | #badb2f |
| RGB | rgb(186, 219, 47) |
| HSL | hsl(72, 71%, 52%) |
| CMYK | cmyk(15%, 0%, 79%, 14%) |
| LAB | lab(82.5 -31.9 73.8) |
| LCH | lch(82.5 80.4 113.4) |
| OKLCH | oklch(0.839 0.187 120.5) |
Copy-ready code
/* CSS */
color: #badb2f;
background-color: #badb2f;
/* Tailwind (arbitrary) */
class="text-[#badb2f] bg-[#badb2f]"
/* SCSS */
$brand: #badb2f;
/* SwiftUI */
Color(red: 0.729, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#badb2f")Accessibility — WCAG contrast
Aa
#badb2f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badb2f on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.9%
Blue18.4%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow78.5%
Key (black)14.1%
Color previews
#badb2f text on a black background
contrast 13.26:1
Card sample
#badb2f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badb2f;
Background color
Panel with #badb2f background
background-color: #badb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badb2f; background: linear-gradient(135deg, #badb2f, #48DB2F);