#661925
a deep, vivid red · warm · closest name: maroon
RGB
102, 25, 37
HSL
351°, 61%, 25%
CMYK
0, 76, 64, 60
Luminance
0.0365
Every format
| HEX | #661925 |
| RGB | rgb(102, 25, 37) |
| HSL | hsl(351, 61%, 25%) |
| CMYK | cmyk(0%, 76%, 64%, 60%) |
| LAB | lab(22.5 34.9 12.5) |
| LCH | lch(22.5 37.1 19.6) |
| OKLCH | oklch(0.345 0.109 16.3) |
Copy-ready code
/* CSS */
color: #661925;
background-color: #661925;
/* Tailwind (arbitrary) */
class="text-[#661925] bg-[#661925]"
/* SCSS */
$brand: #661925;
/* SwiftUI */
Color(red: 0.400, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#661925")Accessibility — WCAG contrast
Aa
#661925 on white: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661925 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow63.7%
Key (black)60.0%
Color previews
#661925 text on a black background
contrast 1.73:1
Card sample
#661925 text on a white background
contrast 12.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661925;
Background color
Panel with #661925 background
background-color: #661925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661925; background: linear-gradient(135deg, #661925, #664019);