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