#301607
a deep, vivid orange · warm · closest name: black
RGB
48, 22, 7
HSL
22°, 75%, 11%
CMYK
0, 54, 85, 81
Luminance
0.0122
Every format
| HEX | #301607 |
| RGB | rgb(48, 22, 7) |
| HSL | hsl(22, 75%, 11%) |
| CMYK | cmyk(0%, 54%, 85%, 81%) |
| LAB | lab(10.7 11.6 13.3) |
| LCH | lch(10.7 17.7 49.0) |
| OKLCH | oklch(0.234 0.049 49.0) |
Copy-ready code
/* CSS */
color: #301607;
background-color: #301607;
/* Tailwind (arbitrary) */
class="text-[#301607] bg-[#301607]"
/* SCSS */
$brand: #301607;
/* SwiftUI */
Color(red: 0.188, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#301607")Accessibility — WCAG contrast
Aa
#301607 on white: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301607 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow85.4%
Key (black)81.2%
Color previews
#301607 text on a black background
contrast 1.24:1
Card sample
#301607 text on a white background
contrast 16.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301607;
Background color
Panel with #301607 background
background-color: #301607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301607; background: linear-gradient(135deg, #301607, #2F3007);