#722c01
a deep, electric orange · warm · closest name: sienna
RGB
114, 44, 1
HSL
23°, 98%, 23%
CMYK
0, 61, 99, 55
Luminance
0.0538
Every format
| HEX | #722c01 |
| RGB | rgb(114, 44, 1) |
| HSL | hsl(23, 98%, 23%) |
| CMYK | cmyk(0%, 61%, 99%, 55%) |
| LAB | lab(27.8 28.9 38.6) |
| LCH | lch(27.8 48.2 53.1) |
| OKLCH | oklch(0.388 0.110 45.1) |
Copy-ready code
/* CSS */
color: #722c01;
background-color: #722c01;
/* Tailwind (arbitrary) */
class="text-[#722c01] bg-[#722c01]"
/* SCSS */
$brand: #722c01;
/* SwiftUI */
Color(red: 0.447, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#722c01")Accessibility — WCAG contrast
Aa
#722c01 on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#722c01 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow99.1%
Key (black)55.3%
Color previews
#722c01 text on a black background
contrast 2.08:1
Card sample
#722c01 text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722c01;
Background color
Panel with #722c01 background
background-color: #722c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722c01; background: linear-gradient(135deg, #722c01, #6D7201);