#702e00
a deep, electric orange · warm · closest name: sienna
RGB
112, 46, 0
HSL
25°, 100%, 22%
CMYK
0, 59, 100, 56
Luminance
0.0540
Every format
| HEX | #702e00 |
| RGB | rgb(112, 46, 0) |
| HSL | hsl(25, 100%, 22%) |
| CMYK | cmyk(0%, 59%, 100%, 56%) |
| LAB | lab(27.8 27.0 38.9) |
| LCH | lch(27.8 47.3 55.2) |
| OKLCH | oklch(0.388 0.106 47.6) |
Copy-ready code
/* CSS */
color: #702e00;
background-color: #702e00;
/* Tailwind (arbitrary) */
class="text-[#702e00] bg-[#702e00]"
/* SCSS */
$brand: #702e00;
/* SwiftUI */
Color(red: 0.439, green: 0.180, blue: 0.000)
/* Android */
Color.parseColor("#702e00")Accessibility — WCAG contrast
Aa
#702e00 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#702e00 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green18.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow100.0%
Key (black)56.1%
Color previews
#702e00 text on a black background
contrast 2.08:1
Card sample
#702e00 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702e00;
Background color
Panel with #702e00 background
background-color: #702e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 46, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 46, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702e00; background: linear-gradient(135deg, #702e00, #687000);