#bad248
a balanced, vivid green · cool · closest name: khaki
RGB
186, 210, 72
HSL
70°, 61%, 55%
CMYK
11, 0, 66, 18
Luminance
0.5700
Every format
| HEX | #bad248 |
| RGB | rgb(186, 210, 72) |
| HSL | hsl(70, 61%, 55%) |
| CMYK | cmyk(11%, 0%, 66%, 18%) |
| LAB | lab(80.2 -26.4 63.0) |
| LCH | lch(80.2 68.3 112.7) |
| OKLCH | oklch(0.820 0.162 118.6) |
Copy-ready code
/* CSS */
color: #bad248;
background-color: #bad248;
/* Tailwind (arbitrary) */
class="text-[#bad248] bg-[#bad248]"
/* SCSS */
$brand: #bad248;
/* SwiftUI */
Color(red: 0.729, green: 0.824, blue: 0.282)
/* Android */
Color.parseColor("#bad248")Accessibility — WCAG contrast
Aa
#bad248 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad248 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.4%
Blue28.2%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow65.7%
Key (black)17.6%
Color previews
#bad248 text on a black background
contrast 12.40:1
Card sample
#bad248 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad248;
Background color
Panel with #bad248 background
background-color: #bad248;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad248;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 210, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 210, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad248; background: linear-gradient(135deg, #bad248, #5ED248);