#680f00
a deep, electric red · warm · closest name: maroon
RGB
104, 15, 0
HSL
9°, 100%, 20%
CMYK
0, 86, 100, 59
Luminance
0.0328
Every format
| HEX | #680f00 |
| RGB | rgb(104, 15, 0) |
| HSL | hsl(9, 100%, 20%) |
| CMYK | cmyk(0%, 86%, 100%, 59%) |
| LAB | lab(21.1 37.6 31.8) |
| LCH | lch(21.1 49.3 40.2) |
| OKLCH | oklch(0.335 0.124 32.8) |
Copy-ready code
/* CSS */
color: #680f00;
background-color: #680f00;
/* Tailwind (arbitrary) */
class="text-[#680f00] bg-[#680f00]"
/* SCSS */
$brand: #680f00;
/* SwiftUI */
Color(red: 0.408, green: 0.059, blue: 0.000)
/* Android */
Color.parseColor("#680f00")Accessibility — WCAG contrast
Aa
#680f00 on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680f00 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green5.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow100.0%
Key (black)59.2%
Color previews
#680f00 text on a black background
contrast 1.66:1
Card sample
#680f00 text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680f00;
Background color
Panel with #680f00 background
background-color: #680f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 15, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 15, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680f00; background: linear-gradient(135deg, #680f00, #685400);