#be9621
a dark, vivid yellow · warm · closest name: olive
RGB
190, 150, 33
HSL
45°, 70%, 44%
CMYK
0, 21, 83, 26
Luminance
0.3287
Every format
| HEX | #be9621 |
| RGB | rgb(190, 150, 33) |
| HSL | hsl(45, 70%, 44%) |
| CMYK | cmyk(0%, 21%, 83%, 26%) |
| LAB | lab(64.1 4.3 61.6) |
| LCH | lch(64.1 61.8 86.0) |
| OKLCH | oklch(0.692 0.132 88.0) |
Copy-ready code
/* CSS */
color: #be9621;
background-color: #be9621;
/* Tailwind (arbitrary) */
class="text-[#be9621] bg-[#be9621]"
/* SCSS */
$brand: #be9621;
/* SwiftUI */
Color(red: 0.745, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#be9621")Accessibility — WCAG contrast
Aa
#be9621 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be9621 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow82.6%
Key (black)25.5%
Color previews
#be9621 text on a black background
contrast 7.57:1
Card sample
#be9621 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be9621;
Background color
Panel with #be9621 background
background-color: #be9621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be9621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be9621; background: linear-gradient(135deg, #be9621, #7DBE21);