#311f13
a deep, soft orange · warm · closest name: black
RGB
49, 31, 19
HSL
24°, 44%, 13%
CMYK
0, 37, 61, 81
Luminance
0.0168
Every format
| HEX | #311f13 |
| RGB | rgb(49, 31, 19) |
| HSL | hsl(24, 44%, 13%) |
| CMYK | cmyk(0%, 37%, 61%, 81%) |
| LAB | lab(13.7 7.0 11.6) |
| LCH | lch(13.7 13.6 58.8) |
| OKLCH | oklch(0.259 0.035 54.2) |
Copy-ready code
/* CSS */
color: #311f13;
background-color: #311f13;
/* Tailwind (arbitrary) */
class="text-[#311f13] bg-[#311f13]"
/* SCSS */
$brand: #311f13;
/* SwiftUI */
Color(red: 0.192, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#311f13")Accessibility — WCAG contrast
Aa
#311f13 on white: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311f13 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow61.2%
Key (black)80.8%
Color previews
#311f13 text on a black background
contrast 1.34:1
Card sample
#311f13 text on a white background
contrast 15.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311f13;
Background color
Panel with #311f13 background
background-color: #311f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311f13; background: linear-gradient(135deg, #311f13, #2F3113);