#181826
a deep, soft blue · warm · closest name: black
RGB
24, 24, 38
HSL
240°, 23%, 12%
CMYK
37, 37, 0, 85
Luminance
0.0099
Every format
| HEX | #181826 |
| RGB | rgb(24, 24, 38) |
| HSL | hsl(240, 23%, 12%) |
| CMYK | cmyk(37%, 37%, 0%, 85%) |
| LAB | lab(8.9 4.2 -9.6) |
| LCH | lch(8.9 10.5 293.7) |
| OKLCH | oklch(0.216 0.027 283.9) |
Copy-ready code
/* CSS */
color: #181826;
background-color: #181826;
/* Tailwind (arbitrary) */
class="text-[#181826] bg-[#181826]"
/* SCSS */
$brand: #181826;
/* SwiftUI */
Color(red: 0.094, green: 0.094, blue: 0.149)
/* Android */
Color.parseColor("#181826")Accessibility — WCAG contrast
Aa
#181826 on white: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181826 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green9.4%
Blue14.9%
CMYK percentages
Cyan36.8%
Magenta36.8%
Yellow0.0%
Key (black)85.1%
Color previews
#181826 text on a black background
contrast 1.20:1
Card sample
#181826 text on a white background
contrast 17.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181826;
Background color
Panel with #181826 background
background-color: #181826;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181826;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 24, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 24, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181826; background: linear-gradient(135deg, #181826, #211826);