#180607
a deep, vivid red · warm · closest name: black
RGB
24, 6, 7
HSL
357°, 60%, 6%
CMYK
0, 75, 71, 91
Luminance
0.0034
Every format
| HEX | #180607 |
| RGB | rgb(24, 6, 7) |
| HSL | hsl(357, 60%, 6%) |
| CMYK | cmyk(0%, 75%, 71%, 91%) |
| LAB | lab(3.1 6.4 1.8) |
| LCH | lch(3.1 6.7 15.9) |
| OKLCH | oklch(0.154 0.034 17.6) |
Copy-ready code
/* CSS */
color: #180607;
background-color: #180607;
/* Tailwind (arbitrary) */
class="text-[#180607] bg-[#180607]"
/* SCSS */
$brand: #180607;
/* SwiftUI */
Color(red: 0.094, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#180607")Accessibility — WCAG contrast
Aa
#180607 on white: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180607 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow70.8%
Key (black)90.6%
Color previews
#180607 text on a black background
contrast 1.07:1
Card sample
#180607 text on a white background
contrast 19.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180607;
Background color
Panel with #180607 background
background-color: #180607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180607; background: linear-gradient(135deg, #180607, #181106);