#bead13
a dark, electric yellow · cool · closest name: olive
RGB
190, 173, 19
HSL
54°, 82%, 41%
CMYK
0, 9, 90, 26
Luminance
0.4088
Every format
| HEX | #bead13 |
| RGB | rgb(190, 173, 19) |
| HSL | hsl(54, 82%, 41%) |
| CMYK | cmyk(0%, 9%, 90%, 26%) |
| LAB | lab(70.1 -8.3 69.9) |
| LCH | lch(70.1 70.4 96.8) |
| OKLCH | oklch(0.739 0.151 102.1) |
Copy-ready code
/* CSS */
color: #bead13;
background-color: #bead13;
/* Tailwind (arbitrary) */
class="text-[#bead13] bg-[#bead13]"
/* SCSS */
$brand: #bead13;
/* SwiftUI */
Color(red: 0.745, green: 0.678, blue: 0.075)
/* Android */
Color.parseColor("#bead13")Accessibility — WCAG contrast
Aa
#bead13 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bead13 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow90.0%
Key (black)25.5%
Color previews
#bead13 text on a black background
contrast 9.18:1
Card sample
#bead13 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bead13;
Background color
Panel with #bead13 background
background-color: #bead13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bead13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 173, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 173, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bead13; background: linear-gradient(135deg, #bead13, #5DBE13);