#180f0f
a deep, soft red · warm · closest name: black
RGB
24, 15, 15
HSL
0°, 23%, 8%
CMYK
0, 38, 38, 91
Luminance
0.0057
Every format
| HEX | #180f0f |
| RGB | rgb(24, 15, 15) |
| HSL | hsl(0, 23%, 8%) |
| CMYK | cmyk(0%, 38%, 38%, 91%) |
| LAB | lab(5.2 3.8 1.3) |
| LCH | lch(5.2 4.0 19.4) |
| OKLCH | oklch(0.180 0.015 18.7) |
Copy-ready code
/* CSS */
color: #180f0f;
background-color: #180f0f;
/* Tailwind (arbitrary) */
class="text-[#180f0f] bg-[#180f0f]"
/* SCSS */
$brand: #180f0f;
/* SwiftUI */
Color(red: 0.094, green: 0.059, blue: 0.059)
/* Android */
Color.parseColor("#180f0f")Accessibility — WCAG contrast
Aa
#180f0f on white: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180f0f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green5.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow37.5%
Key (black)90.6%
Color previews
#180f0f text on a black background
contrast 1.11:1
Card sample
#180f0f text on a white background
contrast 18.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180f0f;
Background color
Panel with #180f0f background
background-color: #180f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 15, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 15, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180f0f; background: linear-gradient(135deg, #180f0f, #18150F);