#131105
a deep, vivid yellow · cool · closest name: black
RGB
19, 17, 5
HSL
51°, 58%, 5%
CMYK
0, 11, 74, 93
Luminance
0.0055
Every format
| HEX | #131105 |
| RGB | rgb(19, 17, 5) |
| HSL | hsl(51, 58%, 5%) |
| CMYK | cmyk(0%, 11%, 74%, 93%) |
| LAB | lab(5.0 -1.1 5.4) |
| LCH | lch(5.0 5.5 101.5) |
| OKLCH | oklch(0.176 0.024 100.7) |
Copy-ready code
/* CSS */
color: #131105;
background-color: #131105;
/* Tailwind (arbitrary) */
class="text-[#131105] bg-[#131105]"
/* SCSS */
$brand: #131105;
/* SwiftUI */
Color(red: 0.075, green: 0.067, blue: 0.020)
/* Android */
Color.parseColor("#131105")Accessibility — WCAG contrast
Aa
#131105 on white: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131105 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green6.7%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow73.7%
Key (black)92.5%
Color previews
#131105 text on a black background
contrast 1.11:1
Card sample
#131105 text on a white background
contrast 18.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131105;
Background color
Panel with #131105 background
background-color: #131105;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131105;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 17, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 17, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131105; background: linear-gradient(135deg, #131105, #0C1305);