#bad621
a balanced, vivid yellow · cool · closest name: yellow
RGB
186, 214, 33
HSL
69°, 73%, 48%
CMYK
13, 0, 85, 16
Luminance
0.5864
Every format
| HEX | #bad621 |
| RGB | rgb(186, 214, 33) |
| HSL | hsl(69, 73%, 48%) |
| CMYK | cmyk(13%, 0%, 85%, 16%) |
| LAB | lab(81.1 -30.1 76.0) |
| LCH | lch(81.1 81.7 111.6) |
| OKLCH | oklch(0.827 0.187 119.0) |
Copy-ready code
/* CSS */
color: #bad621;
background-color: #bad621;
/* Tailwind (arbitrary) */
class="text-[#bad621] bg-[#bad621]"
/* SCSS */
$brand: #bad621;
/* SwiftUI */
Color(red: 0.729, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#bad621")Accessibility — WCAG contrast
Aa
#bad621 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad621 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green83.9%
Blue12.9%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow84.6%
Key (black)16.1%
Color previews
#bad621 text on a black background
contrast 12.73:1
Card sample
#bad621 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad621;
Background color
Panel with #bad621 background
background-color: #bad621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad621; background: linear-gradient(135deg, #bad621, #41D621);