#be9321
a dark, vivid yellow · warm · closest name: peru
RGB
190, 147, 33
HSL
44°, 70%, 44%
CMYK
0, 23, 83, 26
Luminance
0.3192
Every format
| HEX | #be9321 |
| RGB | rgb(190, 147, 33) |
| HSL | hsl(44, 70%, 44%) |
| CMYK | cmyk(0%, 23%, 83%, 26%) |
| LAB | lab(63.3 5.9 60.9) |
| LCH | lch(63.3 61.2 84.5) |
| OKLCH | oklch(0.686 0.131 85.9) |
Copy-ready code
/* CSS */
color: #be9321;
background-color: #be9321;
/* Tailwind (arbitrary) */
class="text-[#be9321] bg-[#be9321]"
/* SCSS */
$brand: #be9321;
/* SwiftUI */
Color(red: 0.745, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#be9321")Accessibility — WCAG contrast
Aa
#be9321 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be9321 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green57.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow82.6%
Key (black)25.5%
Color previews
#be9321 text on a black background
contrast 7.38:1
Card sample
#be9321 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be9321;
Background color
Panel with #be9321 background
background-color: #be9321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be9321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be9321; background: linear-gradient(135deg, #be9321, #80BE21);