#682012
a deep, vivid red · warm · closest name: maroon
RGB
104, 32, 18
HSL
10°, 71%, 24%
CMYK
0, 69, 83, 59
Luminance
0.0402
Every format
| HEX | #682012 |
| RGB | rgb(104, 32, 18) |
| HSL | hsl(10, 71%, 24%) |
| CMYK | cmyk(0%, 69%, 83%, 59%) |
| LAB | lab(23.7 31.4 26.4) |
| LCH | lch(23.7 41.1 40.1) |
| OKLCH | oklch(0.355 0.106 33.0) |
Copy-ready code
/* CSS */
color: #682012;
background-color: #682012;
/* Tailwind (arbitrary) */
class="text-[#682012] bg-[#682012]"
/* SCSS */
$brand: #682012;
/* SwiftUI */
Color(red: 0.408, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#682012")Accessibility — WCAG contrast
Aa
#682012 on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682012 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green12.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow82.7%
Key (black)59.2%
Color previews
#682012 text on a black background
contrast 1.80:1
Card sample
#682012 text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682012;
Background color
Panel with #682012 background
background-color: #682012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682012; background: linear-gradient(135deg, #682012, #685912);