Red
#DA0707
RedColor Codes
All color formats for development
HEX
#DA0707RGB
rgb(218, 7, 7)HSL
hsl(0, 94%, 44%)OKLCH
oklch(0.56 0.227 29)CMYK
cmyk(0%, 97%, 97%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C40606
2#AE0505
3#980505
4#830404
5#6D0303
6#570303
7#410202
8#2C0101
9#160101
Tints
Lighter variations
1#F50808
2#F82121
3#F93D3D
4#FA5959
5#FB7474
6#FC9090
7#FCACAC
8#FDC8C8
9#FEE3E3
Tones
Muted variations
1#CF1111
2#C51C1C
3#BA2626
4#AF3131
5#A53B3B
6#9A4646
7#905151
8#855B5B
9#7B6666
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 | FDBF #FDBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D8D | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5252 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82020 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0707 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0505 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0202 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F0;
--red-100: #FEDCDC;
--red-200: #FDBFBF;
--red-300: #FB8D8D;
--red-400: #FA5252;
--red-500: #F82020;
--red-600: #DA0707;
--red-700: #AD0505;
--red-800: #7C0404;
--red-900: #4F0202;
--red-950: #310202;
}