#914c01
a dark, electric orange · warm · closest name: sienna
RGB
145, 76, 1
HSL
31°, 99%, 29%
CMYK
0, 48, 99, 43
Luminance
0.1119
Every format
| HEX | #914c01 |
| RGB | rgb(145, 76, 1) |
| HSL | hsl(31, 99%, 29%) |
| CMYK | cmyk(0%, 48%, 99%, 43%) |
| LAB | lab(39.9 24.8 49.1) |
| LCH | lch(39.9 55.0 63.2) |
| OKLCH | oklch(0.491 0.118 57.3) |
Copy-ready code
/* CSS */
color: #914c01;
background-color: #914c01;
/* Tailwind (arbitrary) */
class="text-[#914c01] bg-[#914c01]"
/* SCSS */
$brand: #914c01;
/* SwiftUI */
Color(red: 0.569, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#914c01")Accessibility — WCAG contrast
Aa
#914c01 on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914c01 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow99.3%
Key (black)43.1%
Color previews
#914c01 text on a black background
contrast 3.24:1
Card sample
#914c01 text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914c01;
Background color
Panel with #914c01 background
background-color: #914c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914c01; background: linear-gradient(135deg, #914c01, #769101);