Red
#DB1B06
RedColor Codes
All color formats for development
HEX
#DB1B06RGB
rgb(219, 27, 6)HSL
hsl(6, 95%, 44%)OKLCH
oklch(0.568 0.222 30.3)CMYK
cmyk(0%, 88%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C51805
2#AF1604
3#991304
4#831003
5#6D0D03
6#580B02
7#420802
8#2C0501
9#160301
Tints
Lighter variations
1#F71E06
2#F93620
3#FA4F3C
4#FB6858
5#FB8174
6#FC9A90
7#FDB4AB
8#FECDC7
9#FEE6E3
Tones
Muted variations
1#D02310
2#C52C1B
3#BB3526
4#B03D30
5#A5463B
6#9B4E46
7#905750
8#865F5B
9#7B6866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC5 #FDC5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FC98 #FC988D | BordersInactive statesPlaceholder text |
| 400 | FB62 #FB6251 | Disabled statesSecondary iconsMuted text |
| 500 | F935 #F9351F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB1B #DB1B06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE15 #AE1504 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C0F #7C0F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500A #500A02 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF2F0;
--red-100: #FEE0DC;
--red-200: #FDC5BE;
--red-300: #FC988D;
--red-400: #FB6251;
--red-500: #F9351F;
--red-600: #DB1B06;
--red-700: #AE1504;
--red-800: #7C0F03;
--red-900: #500A02;
--red-950: #320601;
}