#190800
a deep, electric orange · warm · closest name: black
RGB
25, 8, 0
HSL
19°, 100%, 5%
CMYK
0, 68, 100, 90
Luminance
0.0038
Every format
| HEX | #190800 |
| RGB | rgb(25, 8, 0) |
| HSL | hsl(19, 100%, 5%) |
| CMYK | cmyk(0%, 68%, 100%, 90%) |
| LAB | lab(3.4 5.2 5.2) |
| LCH | lch(3.4 7.4 45.4) |
| OKLCH | oklch(0.159 0.039 56.9) |
Copy-ready code
/* CSS */
color: #190800;
background-color: #190800;
/* Tailwind (arbitrary) */
class="text-[#190800] bg-[#190800]"
/* SCSS */
$brand: #190800;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.000)
/* Android */
Color.parseColor("#190800")Accessibility — WCAG contrast
Aa
#190800 on white: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190800 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow100.0%
Key (black)90.2%
Color previews
#190800 text on a black background
contrast 1.08:1
Card sample
#190800 text on a white background
contrast 19.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190800;
Background color
Panel with #190800 background
background-color: #190800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190800; background: linear-gradient(135deg, #190800, #191900);