Red
#FF1A1A
RedColor Codes
All color formats for development
HEX
#FF1A1ARGB
rgb(255, 26, 26)HSL
hsl(0, 100%, 55%)OKLCH
oklch(0.635 0.251 28.4)CMYK
cmyk(0%, 90%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC0000
2#E00000
3#C40000
4#A80000
5#8C0000
6#700000
7#540000
8#380000
9#1C0000
Tints
Lighter variations
1#FF3030
2#FF4747
3#FF5E5E
4#FF7575
5#FF8C8C
6#FFA3A3
7#FFBABA
8#FFD1D1
9#FFE8E8
Tones
Muted variations
1#F42525
2#E83030
3#DD3C3C
4#D14747
5#C65353
6#BA5E5E
7#AF6A6A
8#A37575
9#988181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A8A | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520000 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--red-50: #FFF0F0;
--red-100: #FFDBDB;
--red-200: #FFBDBD;
--red-300: #FF8A8A;
--red-400: #FF4D4D;
--red-500: #FF1A1A;
--red-600: #E00000;
--red-700: #B30000;
--red-800: #800000;
--red-900: #520000;
--red-950: #330000;
}