Red
#DC0404
RedColor Codes
All color formats for development
HEX
#DC0404RGB
rgb(220, 4, 4)HSL
hsl(0, 96%, 44%)OKLCH
oklch(0.563 0.229 29.1)CMYK
cmyk(0%, 98%, 98%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C60404
2#B00404
3#9A0303
4#840303
5#6E0202
6#580202
7#420101
8#2C0101
9#160000
Tints
Lighter variations
1#F80505
2#FA1F1F
3#FB3B3B
4#FC5757
5#FC7373
6#FD8F8F
7#FDABAB
8#FEC7C7
9#FEE3E3
Tones
Muted variations
1#D10F0F
2#C61A1A
3#BC2525
4#B13030
5#A63A3A
6#9B4545
7#915050
8#865B5B
9#7B6565
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C8C | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5050 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0404 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0303 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500202 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F0;
--red-100: #FEDCDC;
--red-200: #FEBEBE;
--red-300: #FD8C8C;
--red-400: #FB5050;
--red-500: #FA1E1E;
--red-600: #DC0404;
--red-700: #AF0404;
--red-800: #7D0303;
--red-900: #500202;
--red-950: #320101;
}