#660014
a deep, electric red · warm · closest name: maroon
RGB
102, 0, 20
HSL
348°, 100%, 20%
CMYK
0, 100, 80, 60
Luminance
0.0288
Every format
| HEX | #660014 |
| RGB | rgb(102, 0, 20) |
| HSL | hsl(348, 100%, 20%) |
| CMYK | cmyk(0%, 100%, 80%, 60%) |
| LAB | lab(19.5 41.4 20.5) |
| LCH | lch(19.5 46.2 26.3) |
| OKLCH | oklch(0.323 0.130 20.6) |
Copy-ready code
/* CSS */
color: #660014;
background-color: #660014;
/* Tailwind (arbitrary) */
class="text-[#660014] bg-[#660014]"
/* SCSS */
$brand: #660014;
/* SwiftUI */
Color(red: 0.400, green: 0.000, blue: 0.078)
/* Android */
Color.parseColor("#660014")Accessibility — WCAG contrast
Aa
#660014 on white: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660014 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green0.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow80.4%
Key (black)60.0%
Color previews
#660014 text on a black background
contrast 1.58:1
Card sample
#660014 text on a white background
contrast 13.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660014;
Background color
Panel with #660014 background
background-color: #660014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 0, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 0, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660014; background: linear-gradient(135deg, #660014, #663000);