#190c01
a deep, electric orange · warm · closest name: black
RGB
25, 12, 1
HSL
28°, 92%, 5%
CMYK
0, 52, 96, 90
Luminance
0.0047
Every format
| HEX | #190c01 |
| RGB | rgb(25, 12, 1) |
| HSL | hsl(28, 92%, 5%) |
| CMYK | cmyk(0%, 52%, 96%, 90%) |
| LAB | lab(4.3 3.7 6.0) |
| LCH | lch(4.3 7.1 58.8) |
| OKLCH | oklch(0.170 0.034 67.4) |
Copy-ready code
/* CSS */
color: #190c01;
background-color: #190c01;
/* Tailwind (arbitrary) */
class="text-[#190c01] bg-[#190c01]"
/* SCSS */
$brand: #190c01;
/* SwiftUI */
Color(red: 0.098, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#190c01")Accessibility — WCAG contrast
Aa
#190c01 on white: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190c01 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow96.0%
Key (black)90.2%
Color previews
#190c01 text on a black background
contrast 1.09:1
Card sample
#190c01 text on a white background
contrast 19.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190c01;
Background color
Panel with #190c01 background
background-color: #190c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190c01; background: linear-gradient(135deg, #190c01, #161901);