#bade43
a balanced, vivid green · cool · closest name: yellow
RGB
186, 222, 67
HSL
74°, 70%, 57%
CMYK
16, 0, 70, 13
Luminance
0.6309
Every format
| HEX | #bade43 |
| RGB | rgb(186, 222, 67) |
| HSL | hsl(74, 70%, 57%) |
| CMYK | cmyk(16%, 0%, 70%, 13%) |
| LAB | lab(83.5 -32.4 68.3) |
| LCH | lch(83.5 75.5 115.4) |
| OKLCH | oklch(0.847 0.180 121.8) |
Copy-ready code
/* CSS */
color: #bade43;
background-color: #bade43;
/* Tailwind (arbitrary) */
class="text-[#bade43] bg-[#bade43]"
/* SCSS */
$brand: #bade43;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.263)
/* Android */
Color.parseColor("#bade43")Accessibility — WCAG contrast
Aa
#bade43 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade43 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue26.3%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow69.8%
Key (black)12.9%
Color previews
#bade43 text on a black background
contrast 13.62:1
Card sample
#bade43 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade43;
Background color
Panel with #bade43 background
background-color: #bade43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade43; background: linear-gradient(135deg, #bade43, #53DE43);