#702c01
a deep, electric orange · warm · closest name: sienna
RGB
112, 44, 1
HSL
23°, 98%, 22%
CMYK
0, 61, 99, 56
Luminance
0.0525
Every format
| HEX | #702c01 |
| RGB | rgb(112, 44, 1) |
| HSL | hsl(23, 98%, 22%) |
| CMYK | cmyk(0%, 61%, 99%, 56%) |
| LAB | lab(27.4 28.1 38.1) |
| LCH | lch(27.4 47.3 53.6) |
| OKLCH | oklch(0.385 0.108 45.7) |
Copy-ready code
/* CSS */
color: #702c01;
background-color: #702c01;
/* Tailwind (arbitrary) */
class="text-[#702c01] bg-[#702c01]"
/* SCSS */
$brand: #702c01;
/* SwiftUI */
Color(red: 0.439, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#702c01")Accessibility — WCAG contrast
Aa
#702c01 on white: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#702c01 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow99.1%
Key (black)56.1%
Color previews
#702c01 text on a black background
contrast 2.05:1
Card sample
#702c01 text on a white background
contrast 10.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702c01;
Background color
Panel with #702c01 background
background-color: #702c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702c01; background: linear-gradient(135deg, #702c01, #6A7001);