#badc3f
a balanced, vivid green · cool · closest name: yellow
RGB
186, 220, 63
HSL
73°, 69%, 56%
CMYK
16, 0, 71, 14
Luminance
0.6198
Every format
| HEX | #badc3f |
| RGB | rgb(186, 220, 63) |
| HSL | hsl(73, 69%, 56%) |
| CMYK | cmyk(16%, 0%, 71%, 14%) |
| LAB | lab(82.9 -31.7 69.1) |
| LCH | lch(82.9 76.0 114.6) |
| OKLCH | oklch(0.842 0.180 121.2) |
Copy-ready code
/* CSS */
color: #badc3f;
background-color: #badc3f;
/* Tailwind (arbitrary) */
class="text-[#badc3f] bg-[#badc3f]"
/* SCSS */
$brand: #badc3f;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.247)
/* Android */
Color.parseColor("#badc3f")Accessibility — WCAG contrast
Aa
#badc3f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badc3f on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue24.7%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow71.4%
Key (black)13.7%
Color previews
#badc3f text on a black background
contrast 13.40:1
Card sample
#badc3f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badc3f;
Background color
Panel with #badc3f background
background-color: #badc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badc3f; background: linear-gradient(135deg, #badc3f, #51DC3F);