#190700
a deep, electric orange · warm · closest name: black
RGB
25, 7, 0
HSL
17°, 100%, 5%
CMYK
0, 72, 100, 90
Luminance
0.0036
Every format
| HEX | #190700 |
| RGB | rgb(25, 7, 0) |
| HSL | hsl(17, 100%, 5%) |
| CMYK | cmyk(0%, 72%, 100%, 90%) |
| LAB | lab(3.2 5.6 5.0) |
| LCH | lch(3.2 7.5 41.7) |
| OKLCH | oklch(0.156 0.040 53.3) |
Copy-ready code
/* CSS */
color: #190700;
background-color: #190700;
/* Tailwind (arbitrary) */
class="text-[#190700] bg-[#190700]"
/* SCSS */
$brand: #190700;
/* SwiftUI */
Color(red: 0.098, green: 0.027, blue: 0.000)
/* Android */
Color.parseColor("#190700")Accessibility — WCAG contrast
Aa
#190700 on white: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190700 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green2.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow100.0%
Key (black)90.2%
Color previews
#190700 text on a black background
contrast 1.07:1
Card sample
#190700 text on a white background
contrast 19.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190700;
Background color
Panel with #190700 background
background-color: #190700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 7, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 7, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190700; background: linear-gradient(135deg, #190700, #191800);