#990f02
a dark, electric red · warm · closest name: maroon
RGB
153, 15, 2
HSL
5°, 97%, 30%
CMYK
0, 90, 99, 40
Luminance
0.0712
Every format
| HEX | #990f02 |
| RGB | rgb(153, 15, 2) |
| HSL | hsl(5, 97%, 30%) |
| CMYK | cmyk(0%, 90%, 99%, 40%) |
| LAB | lab(32.1 52.5 44.9) |
| LCH | lch(32.1 69.0 40.5) |
| OKLCH | oklch(0.435 0.170 30.4) |
Copy-ready code
/* CSS */
color: #990f02;
background-color: #990f02;
/* Tailwind (arbitrary) */
class="text-[#990f02] bg-[#990f02]"
/* SCSS */
$brand: #990f02;
/* SwiftUI */
Color(red: 0.600, green: 0.059, blue: 0.008)
/* Android */
Color.parseColor("#990f02")Accessibility — WCAG contrast
Aa
#990f02 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#990f02 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green5.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow98.7%
Key (black)40.0%
Color previews
#990f02 text on a black background
contrast 2.42:1
Card sample
#990f02 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #990f02;
Background color
Panel with #990f02 background
background-color: #990f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #990f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 15, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 15, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #990f02; background: linear-gradient(135deg, #990f02, #997402);