Red
#DB0606
RedColor Codes
All color formats for development
HEX
#DB0606RGB
rgb(219, 6, 6)HSL
hsl(0, 95%, 44%)OKLCH
oklch(0.561 0.228 29)CMYK
cmyk(0%, 97%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C50505
2#AF0404
3#990404
4#830303
5#6D0303
6#580202
7#420202
8#2C0101
9#160101
Tints
Lighter variations
1#F70606
2#F92020
3#FA3C3C
4#FB5858
5#FB7474
6#FC9090
7#FDABAB
8#FEC7C7
9#FEE3E3
Tones
Muted variations
1#D01010
2#C51B1B
3#BB2626
4#B03030
5#A53B3B
6#9B4646
7#905050
8#865B5B
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 | FDBE #FDBEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8D8D | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB5151 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91F1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB0606 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0303 | 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: #FDBEBE;
--red-300: #FC8D8D;
--red-400: #FB5151;
--red-500: #F91F1F;
--red-600: #DB0606;
--red-700: #AE0404;
--red-800: #7C0303;
--red-900: #500202;
--red-950: #320101;
}