#680021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
104, 0, 33
HSL
341°, 100%, 20%
CMYK
0, 100, 68, 59
Luminance
0.0305
Every format
| HEX | #680021 |
| RGB | rgb(104, 0, 33) |
| HSL | hsl(341, 100%, 20%) |
| CMYK | cmyk(0%, 100%, 68%, 59%) |
| LAB | lab(20.3 42.6 12.4) |
| LCH | lch(20.3 44.4 16.2) |
| OKLCH | oklch(0.330 0.132 13.1) |
Copy-ready code
/* CSS */
color: #680021;
background-color: #680021;
/* Tailwind (arbitrary) */
class="text-[#680021] bg-[#680021]"
/* SCSS */
$brand: #680021;
/* SwiftUI */
Color(red: 0.408, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#680021")Accessibility — WCAG contrast
Aa
#680021 on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680021 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow68.3%
Key (black)59.2%
Color previews
#680021 text on a black background
contrast 1.61:1
Card sample
#680021 text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680021;
Background color
Panel with #680021 background
background-color: #680021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680021; background: linear-gradient(135deg, #680021, #682400);