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