#907913
a dark, electric yellow · cool · closest name: olive
RGB
144, 121, 19
HSL
49°, 77%, 32%
CMYK
0, 16, 87, 44
Luminance
0.1965
Every format
| HEX | #907913 |
| RGB | rgb(144, 121, 19) |
| HSL | hsl(49, 77%, 32%) |
| CMYK | cmyk(0%, 16%, 87%, 44%) |
| LAB | lab(51.4 -1.1 53.1) |
| LCH | lch(51.4 53.1 91.2) |
| OKLCH | oklch(0.581 0.114 94.9) |
Copy-ready code
/* CSS */
color: #907913;
background-color: #907913;
/* Tailwind (arbitrary) */
class="text-[#907913] bg-[#907913]"
/* SCSS */
$brand: #907913;
/* SwiftUI */
Color(red: 0.565, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#907913")Accessibility — WCAG contrast
Aa
#907913 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907913 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow86.8%
Key (black)43.5%
Color previews
#907913 text on a black background
contrast 4.93:1
Card sample
#907913 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907913;
Background color
Panel with #907913 background
background-color: #907913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907913; background: linear-gradient(135deg, #907913, #549013);