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