#321b04
a deep, electric orange · warm · closest name: black
RGB
50, 27, 4
HSL
30°, 85%, 11%
CMYK
0, 46, 92, 80
Luminance
0.0147
Every format
| HEX | #321b04 |
| RGB | rgb(50, 27, 4) |
| HSL | hsl(30, 85%, 11%) |
| CMYK | cmyk(0%, 46%, 92%, 80%) |
| LAB | lab(12.4 9.0 17.0) |
| LCH | lch(12.4 19.3 62.1) |
| OKLCH | oklch(0.248 0.051 62.6) |
Copy-ready code
/* CSS */
color: #321b04;
background-color: #321b04;
/* Tailwind (arbitrary) */
class="text-[#321b04] bg-[#321b04]"
/* SCSS */
$brand: #321b04;
/* SwiftUI */
Color(red: 0.196, green: 0.106, blue: 0.016)
/* Android */
Color.parseColor("#321b04")Accessibility — WCAG contrast
Aa
#321b04 on white: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321b04 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green10.6%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow92.0%
Key (black)80.4%
Color previews
#321b04 text on a black background
contrast 1.29:1
Card sample
#321b04 text on a white background
contrast 16.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321b04;
Background color
Panel with #321b04 background
background-color: #321b04;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321b04;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 27, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 27, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321b04; background: linear-gradient(135deg, #321b04, #2A3204);