#6a360d
a deep, electric orange · warm · closest name: sienna
RGB
106, 54, 13
HSL
27°, 78%, 23%
CMYK
0, 49, 88, 58
Luminance
0.0573
Every format
| HEX | #6a360d |
| RGB | rgb(106, 54, 13) |
| HSL | hsl(27, 78%, 23%) |
| CMYK | cmyk(0%, 49%, 88%, 58%) |
| LAB | lab(28.7 20.1 33.9) |
| LCH | lch(28.7 39.4 59.3) |
| OKLCH | oklch(0.393 0.090 53.5) |
Copy-ready code
/* CSS */
color: #6a360d;
background-color: #6a360d;
/* Tailwind (arbitrary) */
class="text-[#6a360d] bg-[#6a360d]"
/* SCSS */
$brand: #6a360d;
/* SwiftUI */
Color(red: 0.416, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#6a360d")Accessibility — WCAG contrast
Aa
#6a360d on white: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a360d on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow87.7%
Key (black)58.4%
Color previews
#6a360d text on a black background
contrast 2.15:1
Card sample
#6a360d text on a white background
contrast 9.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a360d;
Background color
Panel with #6a360d background
background-color: #6a360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a360d; background: linear-gradient(135deg, #6a360d, #606A0D);