#321908
a deep, vivid orange · warm · closest name: black
RGB
50, 25, 8
HSL
24°, 72%, 11%
CMYK
0, 50, 84, 80
Luminance
0.0139
Every format
| HEX | #321908 |
| RGB | rgb(50, 25, 8) |
| HSL | hsl(24, 72%, 11%) |
| CMYK | cmyk(0%, 50%, 84%, 80%) |
| LAB | lab(11.9 10.7 14.7) |
| LCH | lch(11.9 18.1 53.9) |
| OKLCH | oklch(0.244 0.048 52.7) |
Copy-ready code
/* CSS */
color: #321908;
background-color: #321908;
/* Tailwind (arbitrary) */
class="text-[#321908] bg-[#321908]"
/* SCSS */
$brand: #321908;
/* SwiftUI */
Color(red: 0.196, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#321908")Accessibility — WCAG contrast
Aa
#321908 on white: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321908 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow84.0%
Key (black)80.4%
Color previews
#321908 text on a black background
contrast 1.28:1
Card sample
#321908 text on a white background
contrast 16.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321908;
Background color
Panel with #321908 background
background-color: #321908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321908; background: linear-gradient(135deg, #321908, #2F3208);