Red
#E0000B
RedColor Codes
All color formats for development
HEX
#E0000BRGB
rgb(224, 0, 11)HSL
hsl(357, 100%, 44%)OKLCH
oklch(0.57 0.233 28.4)CMYK
cmyk(0%, 100%, 95%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA000A
2#B40009
3#9D0008
4#870007
5#700006
6#5A0004
7#430003
8#2D0002
9#160001
Tints
Lighter variations
1#FD000D
2#FF1B26
3#FF3741
4#FF545C
5#FF7077
6#FF8D92
7#FFA9AE
8#FFC6C9
9#FFE2E4
Tones
Muted variations
1#D50B15
2#CA161F
3#BF222A
4#B42D34
5#A8383E
6#9D4348
7#924F52
8#875A5C
9#7B6566
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A90 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D55 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A25 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0000B | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30009 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520004 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F0;
--red-100: #FFDBDD;
--red-200: #FFBDC0;
--red-300: #FF8A90;
--red-400: #FF4D55;
--red-500: #FF1A25;
--red-600: #E0000B;
--red-700: #B30009;
--red-800: #800006;
--red-900: #520004;
--red-950: #330003;
}