#680f2d
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
104, 15, 45
HSL
340°, 75%, 23%
CMYK
0, 86, 57, 59
Luminance
0.0347
Every format
| HEX | #680f2d |
| RGB | rgb(104, 15, 45) |
| HSL | hsl(340, 75%, 23%) |
| CMYK | cmyk(0%, 86%, 57%, 59%) |
| LAB | lab(21.9 39.8 6.1) |
| LCH | lch(21.9 40.2 8.7) |
| OKLCH | oklch(0.342 0.122 7.4) |
Copy-ready code
/* CSS */
color: #680f2d;
background-color: #680f2d;
/* Tailwind (arbitrary) */
class="text-[#680f2d] bg-[#680f2d]"
/* SCSS */
$brand: #680f2d;
/* SwiftUI */
Color(red: 0.408, green: 0.059, blue: 0.176)
/* Android */
Color.parseColor("#680f2d")Accessibility — WCAG contrast
Aa
#680f2d on white: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680f2d on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green5.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow56.7%
Key (black)59.2%
Color previews
#680f2d text on a black background
contrast 1.69:1
Card sample
#680f2d text on a white background
contrast 12.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680f2d;
Background color
Panel with #680f2d background
background-color: #680f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 15, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 15, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680f2d; background: linear-gradient(135deg, #680f2d, #682C0F);