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