#3a220a
a deep, vivid orange · warm · closest name: black
RGB
58, 34, 10
HSL
30°, 71%, 13%
CMYK
0, 41, 83, 77
Luminance
0.0207
Every format
| HEX | #3a220a |
| RGB | rgb(58, 34, 10) |
| HSL | hsl(30, 71%, 13%) |
| CMYK | cmyk(0%, 41%, 83%, 77%) |
| LAB | lab(15.8 8.9 19.3) |
| LCH | lch(15.8 21.2 65.2) |
| OKLCH | oklch(0.278 0.051 62.6) |
Copy-ready code
/* CSS */
color: #3a220a;
background-color: #3a220a;
/* Tailwind (arbitrary) */
class="text-[#3a220a] bg-[#3a220a]"
/* SCSS */
$brand: #3a220a;
/* SwiftUI */
Color(red: 0.227, green: 0.133, blue: 0.039)
/* Android */
Color.parseColor("#3a220a")Accessibility — WCAG contrast
Aa
#3a220a on white: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a220a on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green13.3%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow82.8%
Key (black)77.3%
Color previews
#3a220a text on a black background
contrast 1.41:1
Card sample
#3a220a text on a white background
contrast 14.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a220a;
Background color
Panel with #3a220a background
background-color: #3a220a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a220a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 34, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 34, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a220a; background: linear-gradient(135deg, #3a220a, #323A0A);