#181713
a deep, muted yellow · cool · closest name: black
RGB
24, 23, 19
HSL
48°, 12%, 8%
CMYK
0, 4, 21, 91
Luminance
0.0085
Every format
| HEX | #181713 |
| RGB | rgb(24, 23, 19) |
| HSL | hsl(48, 12%, 8%) |
| CMYK | cmyk(0%, 4%, 21%, 91%) |
| LAB | lab(7.7 -0.5 2.7) |
| LCH | lch(7.7 2.8 99.3) |
| OKLCH | oklch(0.204 0.008 95.4) |
Copy-ready code
/* CSS */
color: #181713;
background-color: #181713;
/* Tailwind (arbitrary) */
class="text-[#181713] bg-[#181713]"
/* SCSS */
$brand: #181713;
/* SwiftUI */
Color(red: 0.094, green: 0.090, blue: 0.075)
/* Android */
Color.parseColor("#181713")Accessibility — WCAG contrast
Aa
#181713 on white: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181713 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green9.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow20.8%
Key (black)90.6%
Color previews
#181713 text on a black background
contrast 1.17:1
Card sample
#181713 text on a white background
contrast 17.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181713;
Background color
Panel with #181713 background
background-color: #181713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 23, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 23, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181713; background: linear-gradient(135deg, #181713, #161813);