#bade34
a balanced, vivid green · cool · closest name: yellow
RGB
186, 222, 52
HSL
73°, 72%, 54%
CMYK
16, 0, 77, 13
Luminance
0.6293
Every format
| HEX | #bade34 |
| RGB | rgb(186, 222, 52) |
| HSL | hsl(73, 72%, 54%) |
| CMYK | cmyk(16%, 0%, 77%, 13%) |
| LAB | lab(83.4 -33.1 73.1) |
| LCH | lch(83.4 80.3 114.4) |
| OKLCH | oklch(0.846 0.188 121.4) |
Copy-ready code
/* CSS */
color: #bade34;
background-color: #bade34;
/* Tailwind (arbitrary) */
class="text-[#bade34] bg-[#bade34]"
/* SCSS */
$brand: #bade34;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.204)
/* Android */
Color.parseColor("#bade34")Accessibility — WCAG contrast
Aa
#bade34 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade34 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue20.4%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow76.6%
Key (black)12.9%
Color previews
#bade34 text on a black background
contrast 13.59:1
Card sample
#bade34 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade34;
Background color
Panel with #bade34 background
background-color: #bade34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade34; background: linear-gradient(135deg, #bade34, #49DE34);