#65381f
a dark, vivid orange · warm · closest name: sienna
RGB
101, 56, 31
HSL
21°, 53%, 26%
CMYK
0, 45, 69, 60
Luminance
0.0569
Every format
| HEX | #65381f |
| RGB | rgb(101, 56, 31) |
| HSL | hsl(21, 53%, 26%) |
| CMYK | cmyk(0%, 45%, 69%, 60%) |
| LAB | lab(28.6 17.5 24.0) |
| LCH | lch(28.6 29.7 53.8) |
| OKLCH | oklch(0.391 0.074 48.5) |
Copy-ready code
/* CSS */
color: #65381f;
background-color: #65381f;
/* Tailwind (arbitrary) */
class="text-[#65381f] bg-[#65381f]"
/* SCSS */
$brand: #65381f;
/* SwiftUI */
Color(red: 0.396, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#65381f")Accessibility — WCAG contrast
Aa
#65381f on white: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65381f on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow69.3%
Key (black)60.4%
Color previews
#65381f text on a black background
contrast 2.14:1
Card sample
#65381f text on a white background
contrast 9.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65381f;
Background color
Panel with #65381f background
background-color: #65381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65381f; background: linear-gradient(135deg, #65381f, #63651F);