#bade28
a balanced, vivid green · cool · closest name: yellow
RGB
186, 222, 40
HSL
72°, 73%, 51%
CMYK
16, 0, 82, 13
Luminance
0.6283
Every format
| HEX | #bade28 |
| RGB | rgb(186, 222, 40) |
| HSL | hsl(72, 73%, 51%) |
| CMYK | cmyk(16%, 0%, 82%, 13%) |
| LAB | lab(83.4 -33.6 76.3) |
| LCH | lch(83.4 83.3 113.7) |
| OKLCH | oklch(0.845 0.193 121.1) |
Copy-ready code
/* CSS */
color: #bade28;
background-color: #bade28;
/* Tailwind (arbitrary) */
class="text-[#bade28] bg-[#bade28]"
/* SCSS */
$brand: #bade28;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.157)
/* Android */
Color.parseColor("#bade28")Accessibility — WCAG contrast
Aa
#bade28 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade28 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue15.7%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow82.0%
Key (black)12.9%
Color previews
#bade28 text on a black background
contrast 13.57:1
Card sample
#bade28 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade28;
Background color
Panel with #bade28 background
background-color: #bade28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade28; background: linear-gradient(135deg, #bade28, #41DE28);