#907c13
a dark, electric yellow · cool · closest name: olive
RGB
144, 124, 19
HSL
50°, 77%, 32%
CMYK
0, 14, 87, 44
Luminance
0.2039
Every format
| HEX | #907c13 |
| RGB | rgb(144, 124, 19) |
| HSL | hsl(50, 77%, 32%) |
| CMYK | cmyk(0%, 14%, 87%, 44%) |
| LAB | lab(52.3 -2.8 53.8) |
| LCH | lch(52.3 53.8 93.0) |
| OKLCH | oklch(0.588 0.116 97.1) |
Copy-ready code
/* CSS */
color: #907c13;
background-color: #907c13;
/* Tailwind (arbitrary) */
class="text-[#907c13] bg-[#907c13]"
/* SCSS */
$brand: #907c13;
/* SwiftUI */
Color(red: 0.565, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#907c13")Accessibility — WCAG contrast
Aa
#907c13 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907c13 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow86.8%
Key (black)43.5%
Color previews
#907c13 text on a black background
contrast 5.08:1
Card sample
#907c13 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907c13;
Background color
Panel with #907c13 background
background-color: #907c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907c13; background: linear-gradient(135deg, #907c13, #519013);