#140903
a deep, vivid orange · warm · closest name: black
RGB
20, 9, 3
HSL
21°, 74%, 5%
CMYK
0, 55, 85, 92
Luminance
0.0035
Every format
| HEX | #140903 |
| RGB | rgb(20, 9, 3) |
| HSL | hsl(21, 74%, 5%) |
| CMYK | cmyk(0%, 55%, 85%, 92%) |
| LAB | lab(3.2 2.8 3.6) |
| LCH | lch(3.2 4.6 51.5) |
| OKLCH | oklch(0.154 0.025 56.9) |
Copy-ready code
/* CSS */
color: #140903;
background-color: #140903;
/* Tailwind (arbitrary) */
class="text-[#140903] bg-[#140903]"
/* SCSS */
$brand: #140903;
/* SwiftUI */
Color(red: 0.078, green: 0.035, blue: 0.012)
/* Android */
Color.parseColor("#140903")Accessibility — WCAG contrast
Aa
#140903 on white: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140903 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green3.5%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow85.0%
Key (black)92.2%
Color previews
#140903 text on a black background
contrast 1.07:1
Card sample
#140903 text on a white background
contrast 19.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140903;
Background color
Panel with #140903 background
background-color: #140903;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140903;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 9, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 9, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140903; background: linear-gradient(135deg, #140903, #141403);