#907319
a dark, vivid yellow · cool · closest name: olive
RGB
144, 115, 25
HSL
45°, 70%, 33%
CMYK
0, 20, 83, 44
Luminance
0.1826
Every format
| HEX | #907319 |
| RGB | rgb(144, 115, 25) |
| HSL | hsl(45, 70%, 33%) |
| CMYK | cmyk(0%, 20%, 83%, 44%) |
| LAB | lab(49.8 2.4 49.8) |
| LCH | lch(49.8 49.9 87.2) |
| OKLCH | oklch(0.568 0.108 89.4) |
Copy-ready code
/* CSS */
color: #907319;
background-color: #907319;
/* Tailwind (arbitrary) */
class="text-[#907319] bg-[#907319]"
/* SCSS */
$brand: #907319;
/* SwiftUI */
Color(red: 0.565, green: 0.451, blue: 0.098)
/* Android */
Color.parseColor("#907319")Accessibility — WCAG contrast
Aa
#907319 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#907319 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green45.1%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow82.6%
Key (black)43.5%
Color previews
#907319 text on a black background
contrast 4.65:1
Card sample
#907319 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907319;
Background color
Panel with #907319 background
background-color: #907319;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907319;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 115, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 115, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907319; background: linear-gradient(135deg, #907319, #5E9019);