#621925
a deep, vivid red · warm · closest name: maroon
RGB
98, 25, 37
HSL
350°, 59%, 24%
CMYK
0, 75, 62, 62
Luminance
0.0343
Every format
| HEX | #621925 |
| RGB | rgb(98, 25, 37) |
| HSL | hsl(350, 59%, 24%) |
| CMYK | cmyk(0%, 75%, 62%, 62%) |
| LAB | lab(21.7 33.5 11.2) |
| LCH | lch(21.7 35.4 18.5) |
| OKLCH | oklch(0.338 0.104 15.4) |
Copy-ready code
/* CSS */
color: #621925;
background-color: #621925;
/* Tailwind (arbitrary) */
class="text-[#621925] bg-[#621925]"
/* SCSS */
$brand: #621925;
/* SwiftUI */
Color(red: 0.384, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#621925")Accessibility — WCAG contrast
Aa
#621925 on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#621925 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow62.2%
Key (black)61.6%
Color previews
#621925 text on a black background
contrast 1.69:1
Card sample
#621925 text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #621925;
Background color
Panel with #621925 background
background-color: #621925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #621925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #621925; background: linear-gradient(135deg, #621925, #623E19);