#130a03
a deep, vivid orange · warm · closest name: black
RGB
19, 10, 3
HSL
26°, 73%, 4%
CMYK
0, 47, 84, 93
Luminance
0.0036
Every format
| HEX | #130a03 |
| RGB | rgb(19, 10, 3) |
| HSL | hsl(26, 73%, 4%) |
| CMYK | cmyk(0%, 47%, 84%, 93%) |
| LAB | lab(3.3 2.0 3.7) |
| LCH | lch(3.3 4.2 61.4) |
| OKLCH | oklch(0.155 0.024 65.9) |
Copy-ready code
/* CSS */
color: #130a03;
background-color: #130a03;
/* Tailwind (arbitrary) */
class="text-[#130a03] bg-[#130a03]"
/* SCSS */
$brand: #130a03;
/* SwiftUI */
Color(red: 0.075, green: 0.039, blue: 0.012)
/* Android */
Color.parseColor("#130a03")Accessibility — WCAG contrast
Aa
#130a03 on white: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130a03 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green3.9%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow84.2%
Key (black)92.5%
Color previews
#130a03 text on a black background
contrast 1.07:1
Card sample
#130a03 text on a white background
contrast 19.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130a03;
Background color
Panel with #130a03 background
background-color: #130a03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130a03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 10, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 10, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130a03; background: linear-gradient(135deg, #130a03, #111303);