#311708
a deep, vivid orange · warm · closest name: black
RGB
49, 23, 8
HSL
22°, 72%, 11%
CMYK
0, 53, 84, 81
Luminance
0.0128
Every format
| HEX | #311708 |
| RGB | rgb(49, 23, 8) |
| HSL | hsl(22, 72%, 11%) |
| CMYK | cmyk(0%, 53%, 84%, 81%) |
| LAB | lab(11.2 11.5 13.6) |
| LCH | lch(11.2 17.9 49.8) |
| OKLCH | oklch(0.238 0.049 49.0) |
Copy-ready code
/* CSS */
color: #311708;
background-color: #311708;
/* Tailwind (arbitrary) */
class="text-[#311708] bg-[#311708]"
/* SCSS */
$brand: #311708;
/* SwiftUI */
Color(red: 0.192, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#311708")Accessibility — WCAG contrast
Aa
#311708 on white: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311708 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow83.7%
Key (black)80.8%
Color previews
#311708 text on a black background
contrast 1.26:1
Card sample
#311708 text on a white background
contrast 16.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311708;
Background color
Panel with #311708 background
background-color: #311708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311708; background: linear-gradient(135deg, #311708, #303108);