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