Red
#DB0614
RedColor Codes
All color formats for development
HEX
#DB0614RGB
rgb(219, 6, 20)HSL
hsl(356, 95%, 44%)OKLCH
oklch(0.562 0.227 27.7)CMYK
cmyk(0%, 97%, 91%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C50512
2#AF0410
3#99040E
4#83030C
5#6D030A
6#580208
7#420206
8#2C0104
9#160102
Tints
Lighter variations
1#F70616
2#F9202F
3#FA3C49
4#FB5863
5#FB747D
6#FC9097
7#FDABB1
8#FEC7CB
9#FEE3E5
Tones
Muted variations
1#D0101D
2#C51B26
3#BB2630
4#B03039
5#A53B42
6#9B464B
7#905054
8#865B5E
9#7B6667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8D94 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB515C | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91F2E | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB0614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0410 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C030B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500207 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F1;
--red-100: #FEDCDE;
--red-200: #FDBEC3;
--red-300: #FC8D94;
--red-400: #FB515C;
--red-500: #F91F2E;
--red-600: #DB0614;
--red-700: #AE0410;
--red-800: #7C030B;
--red-900: #500207;
--red-950: #320105;
}