#bad142
a balanced, vivid yellow · cool · closest name: khaki
RGB
186, 209, 66
HSL
70°, 61%, 54%
CMYK
11, 0, 68, 18
Luminance
0.5643
Every format
| HEX | #bad142 |
| RGB | rgb(186, 209, 66) |
| HSL | hsl(70, 61%, 54%) |
| CMYK | cmyk(11%, 0%, 68%, 18%) |
| LAB | lab(79.9 -26.3 65.0) |
| LCH | lch(79.9 70.1 112.0) |
| OKLCH | oklch(0.817 0.165 118.1) |
Copy-ready code
/* CSS */
color: #bad142;
background-color: #bad142;
/* Tailwind (arbitrary) */
class="text-[#bad142] bg-[#bad142]"
/* SCSS */
$brand: #bad142;
/* SwiftUI */
Color(red: 0.729, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#bad142")Accessibility — WCAG contrast
Aa
#bad142 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad142 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.0%
Blue25.9%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#bad142 text on a black background
contrast 12.29:1
Card sample
#bad142 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad142;
Background color
Panel with #bad142 background
background-color: #bad142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad142; background: linear-gradient(135deg, #bad142, #5AD142);