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