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