#683025
a dark, vivid red · warm · closest name: sienna
RGB
104, 48, 37
HSL
10°, 48%, 28%
CMYK
0, 54, 64, 59
Luminance
0.0519
Every format
| HEX | #683025 |
| RGB | rgb(104, 48, 37) |
| HSL | hsl(10, 48%, 28%) |
| CMYK | cmyk(0%, 54%, 64%, 59%) |
| LAB | lab(27.3 24.1 18.7) |
| LCH | lch(27.3 30.5 37.9) |
| OKLCH | oklch(0.382 0.083 32.5) |
Copy-ready code
/* CSS */
color: #683025;
background-color: #683025;
/* Tailwind (arbitrary) */
class="text-[#683025] bg-[#683025]"
/* SCSS */
$brand: #683025;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.145)
/* Android */
Color.parseColor("#683025")Accessibility — WCAG contrast
Aa
#683025 on white: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#683025 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow64.4%
Key (black)59.2%
Color previews
#683025 text on a black background
contrast 2.04:1
Card sample
#683025 text on a white background
contrast 10.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #683025;
Background color
Panel with #683025 background
background-color: #683025;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #683025;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #683025; background: linear-gradient(135deg, #683025, #685D25);