#302621
a deep, soft orange · warm · closest name: black
RGB
48, 38, 33
HSL
20°, 19%, 16%
CMYK
0, 21, 31, 81
Luminance
0.0212
Every format
| HEX | #302621 |
| RGB | rgb(48, 38, 33) |
| HSL | hsl(20, 19%, 16%) |
| CMYK | cmyk(0%, 21%, 31%, 81%) |
| LAB | lab(16.1 3.7 5.1) |
| LCH | lch(16.1 6.3 53.8) |
| OKLCH | oklch(0.278 0.018 48.1) |
Copy-ready code
/* CSS */
color: #302621;
background-color: #302621;
/* Tailwind (arbitrary) */
class="text-[#302621] bg-[#302621]"
/* SCSS */
$brand: #302621;
/* SwiftUI */
Color(red: 0.188, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#302621")Accessibility — WCAG contrast
Aa
#302621 on white: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302621 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow31.3%
Key (black)81.2%
Color previews
#302621 text on a black background
contrast 1.42:1
Card sample
#302621 text on a white background
contrast 14.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302621;
Background color
Panel with #302621 background
background-color: #302621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302621; background: linear-gradient(135deg, #302621, #303021);