#302018
a deep, soft orange · warm · closest name: black
RGB
48, 32, 24
HSL
20°, 33%, 14%
CMYK
0, 33, 50, 81
Luminance
0.0173
Every format
| HEX | #302018 |
| RGB | rgb(48, 32, 24) |
| HSL | hsl(20, 33%, 14%) |
| CMYK | cmyk(0%, 33%, 50%, 81%) |
| LAB | lab(14.0 6.5 8.5) |
| LCH | lch(14.0 10.7 52.8) |
| OKLCH | oklch(0.261 0.029 47.6) |
Copy-ready code
/* CSS */
color: #302018;
background-color: #302018;
/* Tailwind (arbitrary) */
class="text-[#302018] bg-[#302018]"
/* SCSS */
$brand: #302018;
/* SwiftUI */
Color(red: 0.188, green: 0.125, blue: 0.094)
/* Android */
Color.parseColor("#302018")Accessibility — WCAG contrast
Aa
#302018 on white: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302018 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green12.5%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow50.0%
Key (black)81.2%
Color previews
#302018 text on a black background
contrast 1.35:1
Card sample
#302018 text on a white background
contrast 15.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302018;
Background color
Panel with #302018 background
background-color: #302018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 32, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 32, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302018; background: linear-gradient(135deg, #302018, #303018);