#33291a
a deep, soft orange · warm · closest name: black
RGB
51, 41, 26
HSL
36°, 33%, 15%
CMYK
0, 20, 49, 80
Luminance
0.0236
Every format
| HEX | #33291a |
| RGB | rgb(51, 41, 26) |
| HSL | hsl(36, 33%, 15%) |
| CMYK | cmyk(0%, 20%, 49%, 80%) |
| LAB | lab(17.3 2.0 11.6) |
| LCH | lch(17.3 11.8 80.0) |
| OKLCH | oklch(0.288 0.029 77.3) |
Copy-ready code
/* CSS */
color: #33291a;
background-color: #33291a;
/* Tailwind (arbitrary) */
class="text-[#33291a] bg-[#33291a]"
/* SCSS */
$brand: #33291a;
/* SwiftUI */
Color(red: 0.200, green: 0.161, blue: 0.102)
/* Android */
Color.parseColor("#33291a")Accessibility — WCAG contrast
Aa
#33291a on white: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33291a on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green16.1%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow49.0%
Key (black)80.0%
Color previews
#33291a text on a black background
contrast 1.47:1
Card sample
#33291a text on a white background
contrast 14.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33291a;
Background color
Panel with #33291a background
background-color: #33291a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33291a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 41, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 41, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33291a; background: linear-gradient(135deg, #33291a, #2C331A);