#190708
a deep, vivid red · warm · closest name: black
RGB
25, 7, 8
HSL
357°, 56%, 6%
CMYK
0, 72, 68, 90
Luminance
0.0038
Every format
| HEX | #190708 |
| RGB | rgb(25, 7, 8) |
| HSL | hsl(357, 56%, 6%) |
| CMYK | cmyk(0%, 72%, 68%, 90%) |
| LAB | lab(3.4 6.7 1.9) |
| LCH | lch(3.4 7.0 16.1) |
| OKLCH | oklch(0.160 0.033 17.5) |
Copy-ready code
/* CSS */
color: #190708;
background-color: #190708;
/* Tailwind (arbitrary) */
class="text-[#190708] bg-[#190708]"
/* SCSS */
$brand: #190708;
/* SwiftUI */
Color(red: 0.098, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#190708")Accessibility — WCAG contrast
Aa
#190708 on white: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190708 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow68.0%
Key (black)90.2%
Color previews
#190708 text on a black background
contrast 1.08:1
Card sample
#190708 text on a white background
contrast 19.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190708;
Background color
Panel with #190708 background
background-color: #190708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190708; background: linear-gradient(135deg, #190708, #191207);