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