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