#bead1f
a dark, vivid yellow · cool · closest name: olive
RGB
190, 173, 31
HSL
54°, 72%, 43%
CMYK
0, 9, 84, 26
Luminance
0.4093
Every format
| HEX | #bead1f |
| RGB | rgb(190, 173, 31) |
| HSL | hsl(54, 72%, 43%) |
| CMYK | cmyk(0%, 9%, 84%, 26%) |
| LAB | lab(70.1 -8.1 67.3) |
| LCH | lch(70.1 67.8 96.8) |
| OKLCH | oklch(0.740 0.148 101.9) |
Copy-ready code
/* CSS */
color: #bead1f;
background-color: #bead1f;
/* Tailwind (arbitrary) */
class="text-[#bead1f] bg-[#bead1f]"
/* SCSS */
$brand: #bead1f;
/* SwiftUI */
Color(red: 0.745, green: 0.678, blue: 0.122)
/* Android */
Color.parseColor("#bead1f")Accessibility — WCAG contrast
Aa
#bead1f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bead1f on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow83.7%
Key (black)25.5%
Color previews
#bead1f text on a black background
contrast 9.19:1
Card sample
#bead1f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bead1f;
Background color
Panel with #bead1f background
background-color: #bead1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bead1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 173, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 173, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bead1f; background: linear-gradient(135deg, #bead1f, #65BE1F);