#4f2000
a deep, electric orange · warm · closest name: sienna
RGB
79, 32, 0
HSL
24°, 100%, 16%
CMYK
0, 60, 100, 69
Luminance
0.0270
Every format
| HEX | #4f2000 |
| RGB | rgb(79, 32, 0) |
| HSL | hsl(24, 100%, 16%) |
| CMYK | cmyk(0%, 60%, 100%, 69%) |
| LAB | lab(18.8 20.2 27.8) |
| LCH | lch(18.8 34.3 54.0) |
| OKLCH | oklch(0.307 0.082 49.4) |
Copy-ready code
/* CSS */
color: #4f2000;
background-color: #4f2000;
/* Tailwind (arbitrary) */
class="text-[#4f2000] bg-[#4f2000]"
/* SCSS */
$brand: #4f2000;
/* SwiftUI */
Color(red: 0.310, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#4f2000")Accessibility — WCAG contrast
Aa
#4f2000 on white: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2000 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow100.0%
Key (black)69.0%
Color previews
#4f2000 text on a black background
contrast 1.54:1
Card sample
#4f2000 text on a white background
contrast 13.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2000;
Background color
Panel with #4f2000 background
background-color: #4f2000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2000; background: linear-gradient(135deg, #4f2000, #494F00);