#180200
a deep, electric red · warm · closest name: black
RGB
24, 2, 0
HSL
5°, 100%, 5%
CMYK
0, 92, 100, 91
Luminance
0.0024
Every format
| HEX | #180200 |
| RGB | rgb(24, 2, 0) |
| HSL | hsl(5, 100%, 5%) |
| CMYK | cmyk(0%, 92%, 100%, 91%) |
| LAB | lab(2.1 7.1 3.4) |
| LCH | lch(2.1 7.8 25.4) |
| OKLCH | oklch(0.139 0.047 36.1) |
Copy-ready code
/* CSS */
color: #180200;
background-color: #180200;
/* Tailwind (arbitrary) */
class="text-[#180200] bg-[#180200]"
/* SCSS */
$brand: #180200;
/* SwiftUI */
Color(red: 0.094, green: 0.008, blue: 0.000)
/* Android */
Color.parseColor("#180200")Accessibility — WCAG contrast
Aa
#180200 on white: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180200 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green0.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow100.0%
Key (black)90.6%
Color previews
#180200 text on a black background
contrast 1.05:1
Card sample
#180200 text on a white background
contrast 20.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180200;
Background color
Panel with #180200 background
background-color: #180200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 2, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 2, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180200; background: linear-gradient(135deg, #180200, #181200);