#141100
a deep, electric yellow · cool · closest name: black
RGB
20, 17, 0
HSL
51°, 100%, 4%
CMYK
0, 15, 100, 92
Luminance
0.0055
Every format
| HEX | #141100 |
| RGB | rgb(20, 17, 0) |
| HSL | hsl(51, 100%, 4%) |
| CMYK | cmyk(0%, 15%, 100%, 92%) |
| LAB | lab(5.0 -1.4 7.4) |
| LCH | lch(5.0 7.5 100.5) |
| OKLCH | oklch(0.176 0.037 101.9) |
Copy-ready code
/* CSS */
color: #141100;
background-color: #141100;
/* Tailwind (arbitrary) */
class="text-[#141100] bg-[#141100]"
/* SCSS */
$brand: #141100;
/* SwiftUI */
Color(red: 0.078, green: 0.067, blue: 0.000)
/* Android */
Color.parseColor("#141100")Accessibility — WCAG contrast
Aa
#141100 on white: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141100 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow100.0%
Key (black)92.2%
Color previews
#141100 text on a black background
contrast 1.11:1
Card sample
#141100 text on a white background
contrast 18.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141100;
Background color
Panel with #141100 background
background-color: #141100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 17, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 17, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141100; background: linear-gradient(135deg, #141100, #0A1400);