#302113
a deep, soft orange · warm · closest name: black
RGB
48, 33, 19
HSL
29°, 43%, 13%
CMYK
0, 31, 60, 81
Luminance
0.0176
Every format
| HEX | #302113 |
| RGB | rgb(48, 33, 19) |
| HSL | hsl(29, 43%, 13%) |
| CMYK | cmyk(0%, 31%, 60%, 81%) |
| LAB | lab(14.2 5.1 12.2) |
| LCH | lch(14.2 13.2 67.4) |
| OKLCH | oklch(0.262 0.033 63.6) |
Copy-ready code
/* CSS */
color: #302113;
background-color: #302113;
/* Tailwind (arbitrary) */
class="text-[#302113] bg-[#302113]"
/* SCSS */
$brand: #302113;
/* SwiftUI */
Color(red: 0.188, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#302113")Accessibility — WCAG contrast
Aa
#302113 on white: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302113 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow60.4%
Key (black)81.2%
Color previews
#302113 text on a black background
contrast 1.35:1
Card sample
#302113 text on a white background
contrast 15.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302113;
Background color
Panel with #302113 background
background-color: #302113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302113; background: linear-gradient(135deg, #302113, #2C3013);