#190a0a
a deep, soft red · warm · closest name: black
RGB
25, 10, 10
HSL
0°, 43%, 7%
CMYK
0, 60, 60, 90
Luminance
0.0045
Every format
| HEX | #190a0a |
| RGB | rgb(25, 10, 10) |
| HSL | hsl(0, 43%, 7%) |
| CMYK | cmyk(0%, 60%, 60%, 90%) |
| LAB | lab(4.0 5.8 2.0) |
| LCH | lch(4.0 6.1 19.4) |
| OKLCH | oklch(0.168 0.027 20.3) |
Copy-ready code
/* CSS */
color: #190a0a;
background-color: #190a0a;
/* Tailwind (arbitrary) */
class="text-[#190a0a] bg-[#190a0a]"
/* SCSS */
$brand: #190a0a;
/* SwiftUI */
Color(red: 0.098, green: 0.039, blue: 0.039)
/* Android */
Color.parseColor("#190a0a")Accessibility — WCAG contrast
Aa
#190a0a on white: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190a0a on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.9%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow60.0%
Key (black)90.2%
Color previews
#190a0a text on a black background
contrast 1.09:1
Card sample
#190a0a text on a white background
contrast 19.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190a0a;
Background color
Panel with #190a0a background
background-color: #190a0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190a0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 10, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 10, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190a0a; background: linear-gradient(135deg, #190a0a, #19140A);