#181825
a deep, soft blue · warm · closest name: black
RGB
24, 24, 37
HSL
240°, 21%, 12%
CMYK
35, 35, 0, 86
Luminance
0.0098
Every format
| HEX | #181825 |
| RGB | rgb(24, 24, 37) |
| HSL | hsl(240, 21%, 12%) |
| CMYK | cmyk(35%, 35%, 0%, 86%) |
| LAB | lab(8.8 3.9 -8.9) |
| LCH | lch(8.8 9.7 293.5) |
| OKLCH | oklch(0.215 0.025 284.1) |
Copy-ready code
/* CSS */
color: #181825;
background-color: #181825;
/* Tailwind (arbitrary) */
class="text-[#181825] bg-[#181825]"
/* SCSS */
$brand: #181825;
/* SwiftUI */
Color(red: 0.094, green: 0.094, blue: 0.145)
/* Android */
Color.parseColor("#181825")Accessibility — WCAG contrast
Aa
#181825 on white: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181825 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green9.4%
Blue14.5%
CMYK percentages
Cyan35.1%
Magenta35.1%
Yellow0.0%
Key (black)85.5%
Color previews
#181825 text on a black background
contrast 1.20:1
Card sample
#181825 text on a white background
contrast 17.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181825;
Background color
Panel with #181825 background
background-color: #181825;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181825;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 24, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 24, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181825; background: linear-gradient(135deg, #181825, #211825);