#954c01
a dark, electric orange · warm · closest name: sienna
RGB
149, 76, 1
HSL
30°, 99%, 29%
CMYK
0, 49, 99, 42
Luminance
0.1156
Every format
| HEX | #954c01 |
| RGB | rgb(149, 76, 1) |
| HSL | hsl(30, 99%, 29%) |
| CMYK | cmyk(0%, 49%, 99%, 42%) |
| LAB | lab(40.5 26.5 49.8) |
| LCH | lch(40.5 56.4 62.0) |
| OKLCH | oklch(0.497 0.122 55.7) |
Copy-ready code
/* CSS */
color: #954c01;
background-color: #954c01;
/* Tailwind (arbitrary) */
class="text-[#954c01] bg-[#954c01]"
/* SCSS */
$brand: #954c01;
/* SwiftUI */
Color(red: 0.584, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#954c01")Accessibility — WCAG contrast
Aa
#954c01 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#954c01 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow99.3%
Key (black)41.6%
Color previews
#954c01 text on a black background
contrast 3.31:1
Card sample
#954c01 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #954c01;
Background color
Panel with #954c01 background
background-color: #954c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #954c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #954c01; background: linear-gradient(135deg, #954c01, #7B9501);