#67331f
a dark, vivid orange · warm · closest name: sienna
RGB
103, 51, 31
HSL
17°, 54%, 26%
CMYK
0, 51, 70, 60
Luminance
0.0535
Every format
| HEX | #67331f |
| RGB | rgb(103, 51, 31) |
| HSL | hsl(17, 54%, 26%) |
| CMYK | cmyk(0%, 51%, 70%, 60%) |
| LAB | lab(27.7 21.4 23.0) |
| LCH | lch(27.7 31.4 47.0) |
| OKLCH | oklch(0.385 0.081 41.2) |
Copy-ready code
/* CSS */
color: #67331f;
background-color: #67331f;
/* Tailwind (arbitrary) */
class="text-[#67331f] bg-[#67331f]"
/* SCSS */
$brand: #67331f;
/* SwiftUI */
Color(red: 0.404, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#67331f")Accessibility — WCAG contrast
Aa
#67331f on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67331f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow69.9%
Key (black)59.6%
Color previews
#67331f text on a black background
contrast 2.07:1
Card sample
#67331f text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67331f;
Background color
Panel with #67331f background
background-color: #67331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67331f; background: linear-gradient(135deg, #67331f, #67631F);