#301b13
a deep, soft orange · warm · closest name: black
RGB
48, 27, 19
HSL
17°, 43%, 13%
CMYK
0, 44, 60, 81
Luminance
0.0146
Every format
| HEX | #301b13 |
| RGB | rgb(48, 27, 19) |
| HSL | hsl(17, 43%, 13%) |
| CMYK | cmyk(0%, 44%, 60%, 81%) |
| LAB | lab(12.3 9.3 9.8) |
| LCH | lch(12.3 13.5 46.4) |
| OKLCH | oklch(0.248 0.037 41.6) |
Copy-ready code
/* CSS */
color: #301b13;
background-color: #301b13;
/* Tailwind (arbitrary) */
class="text-[#301b13] bg-[#301b13]"
/* SCSS */
$brand: #301b13;
/* SwiftUI */
Color(red: 0.188, green: 0.106, blue: 0.075)
/* Android */
Color.parseColor("#301b13")Accessibility — WCAG contrast
Aa
#301b13 on white: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301b13 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green10.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow60.4%
Key (black)81.2%
Color previews
#301b13 text on a black background
contrast 1.29:1
Card sample
#301b13 text on a white background
contrast 16.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301b13;
Background color
Panel with #301b13 background
background-color: #301b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 27, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 27, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301b13; background: linear-gradient(135deg, #301b13, #302E13);