#682113
a deep, vivid red · warm · closest name: maroon
RGB
104, 33, 19
HSL
10°, 69%, 24%
CMYK
0, 68, 82, 59
Luminance
0.0408
Every format
| HEX | #682113 |
| RGB | rgb(104, 33, 19) |
| HSL | hsl(10, 69%, 24%) |
| CMYK | cmyk(0%, 68%, 82%, 59%) |
| LAB | lab(23.9 31.0 26.0) |
| LCH | lch(23.9 40.5 40.0) |
| OKLCH | oklch(0.356 0.105 33.1) |
Copy-ready code
/* CSS */
color: #682113;
background-color: #682113;
/* Tailwind (arbitrary) */
class="text-[#682113] bg-[#682113]"
/* SCSS */
$brand: #682113;
/* SwiftUI */
Color(red: 0.408, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#682113")Accessibility — WCAG contrast
Aa
#682113 on white: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682113 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow81.7%
Key (black)59.2%
Color previews
#682113 text on a black background
contrast 1.82:1
Card sample
#682113 text on a white background
contrast 11.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682113;
Background color
Panel with #682113 background
background-color: #682113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682113; background: linear-gradient(135deg, #682113, #685A13);