#311607
a deep, electric orange · warm · closest name: black
RGB
49, 22, 7
HSL
21°, 75%, 11%
CMYK
0, 55, 86, 81
Luminance
0.0124
Every format
| HEX | #311607 |
| RGB | rgb(49, 22, 7) |
| HSL | hsl(21, 75%, 11%) |
| CMYK | cmyk(0%, 55%, 86%, 81%) |
| LAB | lab(10.9 12.1 13.6) |
| LCH | lch(10.9 18.3 48.3) |
| OKLCH | oklch(0.236 0.050 48.1) |
Copy-ready code
/* CSS */
color: #311607;
background-color: #311607;
/* Tailwind (arbitrary) */
class="text-[#311607] bg-[#311607]"
/* SCSS */
$brand: #311607;
/* SwiftUI */
Color(red: 0.192, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#311607")Accessibility — WCAG contrast
Aa
#311607 on white: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311607 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow85.7%
Key (black)80.8%
Color previews
#311607 text on a black background
contrast 1.25:1
Card sample
#311607 text on a white background
contrast 16.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311607;
Background color
Panel with #311607 background
background-color: #311607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311607; background: linear-gradient(135deg, #311607, #303107);