#630516
a deep, electric red · warm · closest name: maroon
RGB
99, 5, 22
HSL
349°, 90%, 20%
CMYK
0, 95, 78, 61
Luminance
0.0282
Every format
| HEX | #630516 |
| RGB | rgb(99, 5, 22) |
| HSL | hsl(349, 90%, 20%) |
| CMYK | cmyk(0%, 95%, 78%, 61%) |
| LAB | lab(19.3 39.4 18.7) |
| LCH | lch(19.3 43.6 25.4) |
| OKLCH | oklch(0.320 0.123 20.2) |
Copy-ready code
/* CSS */
color: #630516;
background-color: #630516;
/* Tailwind (arbitrary) */
class="text-[#630516] bg-[#630516]"
/* SCSS */
$brand: #630516;
/* SwiftUI */
Color(red: 0.388, green: 0.020, blue: 0.086)
/* Android */
Color.parseColor("#630516")Accessibility — WCAG contrast
Aa
#630516 on white: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#630516 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green2.0%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow77.8%
Key (black)61.2%
Color previews
#630516 text on a black background
contrast 1.56:1
Card sample
#630516 text on a white background
contrast 13.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #630516;
Background color
Panel with #630516 background
background-color: #630516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #630516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 5, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 5, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #630516; background: linear-gradient(135deg, #630516, #633305);