#4c2c01
a deep, electric orange · warm · closest name: sienna
RGB
76, 44, 1
HSL
34°, 97%, 15%
CMYK
0, 42, 99, 70
Luminance
0.0334
Every format
| HEX | #4c2c01 |
| RGB | rgb(76, 44, 1) |
| HSL | hsl(34, 97%, 15%) |
| CMYK | cmyk(0%, 42%, 99%, 70%) |
| LAB | lab(21.4 11.2 30.1) |
| LCH | lch(21.4 32.1 69.6) |
| OKLCH | oklch(0.326 0.071 67.3) |
Copy-ready code
/* CSS */
color: #4c2c01;
background-color: #4c2c01;
/* Tailwind (arbitrary) */
class="text-[#4c2c01] bg-[#4c2c01]"
/* SCSS */
$brand: #4c2c01;
/* SwiftUI */
Color(red: 0.298, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#4c2c01")Accessibility — WCAG contrast
Aa
#4c2c01 on white: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c2c01 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow98.7%
Key (black)70.2%
Color previews
#4c2c01 text on a black background
contrast 1.67:1
Card sample
#4c2c01 text on a white background
contrast 12.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c2c01;
Background color
Panel with #4c2c01 background
background-color: #4c2c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c2c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c2c01; background: linear-gradient(135deg, #4c2c01, #3A4C01);