#65331f
a dark, vivid orange · warm · closest name: sienna
RGB
101, 51, 31
HSL
17°, 53%, 26%
CMYK
0, 50, 69, 60
Luminance
0.0523
Every format
| HEX | #65331f |
| RGB | rgb(101, 51, 31) |
| HSL | hsl(17, 53%, 26%) |
| CMYK | cmyk(0%, 50%, 69%, 60%) |
| LAB | lab(27.4 20.5 22.5) |
| LCH | lch(27.4 30.4 47.6) |
| OKLCH | oklch(0.382 0.079 41.9) |
Copy-ready code
/* CSS */
color: #65331f;
background-color: #65331f;
/* Tailwind (arbitrary) */
class="text-[#65331f] bg-[#65331f]"
/* SCSS */
$brand: #65331f;
/* SwiftUI */
Color(red: 0.396, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#65331f")Accessibility — WCAG contrast
Aa
#65331f on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65331f on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow69.3%
Key (black)60.4%
Color previews
#65331f text on a black background
contrast 2.05:1
Card sample
#65331f text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65331f;
Background color
Panel with #65331f background
background-color: #65331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65331f; background: linear-gradient(135deg, #65331f, #65621F);