#191108
a deep, vivid orange · warm · closest name: black
RGB
25, 17, 8
HSL
32°, 52%, 7%
CMYK
0, 32, 68, 90
Luminance
0.0063
Every format
| HEX | #191108 |
| RGB | rgb(25, 17, 8) |
| HSL | hsl(32, 52%, 7%) |
| CMYK | cmyk(0%, 32%, 68%, 90%) |
| LAB | lab(5.7 2.1 5.2) |
| LCH | lch(5.7 5.6 68.1) |
| OKLCH | oklch(0.185 0.022 69.5) |
Copy-ready code
/* CSS */
color: #191108;
background-color: #191108;
/* Tailwind (arbitrary) */
class="text-[#191108] bg-[#191108]"
/* SCSS */
$brand: #191108;
/* SwiftUI */
Color(red: 0.098, green: 0.067, blue: 0.031)
/* Android */
Color.parseColor("#191108")Accessibility — WCAG contrast
Aa
#191108 on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191108 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green6.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow68.0%
Key (black)90.2%
Color previews
#191108 text on a black background
contrast 1.13:1
Card sample
#191108 text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191108;
Background color
Panel with #191108 background
background-color: #191108;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191108;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 17, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 17, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191108; background: linear-gradient(135deg, #191108, #161908);