#630113
a deep, electric red · warm · closest name: maroon
RGB
99, 1, 19
HSL
349°, 98%, 20%
CMYK
0, 99, 81, 61
Luminance
0.0272
Every format
| HEX | #630113 |
| RGB | rgb(99, 1, 19) |
| HSL | hsl(349, 98%, 20%) |
| CMYK | cmyk(0%, 99%, 81%, 61%) |
| LAB | lab(18.9 40.3 20.2) |
| LCH | lch(18.9 45.1 26.6) |
| OKLCH | oklch(0.317 0.126 21.0) |
Copy-ready code
/* CSS */
color: #630113;
background-color: #630113;
/* Tailwind (arbitrary) */
class="text-[#630113] bg-[#630113]"
/* SCSS */
$brand: #630113;
/* SwiftUI */
Color(red: 0.388, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#630113")Accessibility — WCAG contrast
Aa
#630113 on white: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#630113 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow80.8%
Key (black)61.2%
Color previews
#630113 text on a black background
contrast 1.54:1
Card sample
#630113 text on a white background
contrast 13.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #630113;
Background color
Panel with #630113 background
background-color: #630113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #630113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #630113; background: linear-gradient(135deg, #630113, #633001);