Crimson
#EB372D
RedColor Codes
All color formats for development
HEX
#EB372DRGB
rgb(235, 55, 45)HSL
hsl(3, 83%, 55%)OKLCH
oklch(0.616 0.217 28.6)CMYK
cmyk(0%, 77%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E72015
2#CD1C13
3#B41911
4#9A150E
5#80120C
6#670E0A
7#4D0B07
8#330705
9#1A0402
Tints
Lighter variations
1#ED4B42
2#EF5F57
3#F1736C
4#F38781
5#F59B96
6#F7AFAB
7#F9C3C0
8#FBD7D5
9#FDEBEA
Tones
Muted variations
1#E23F37
2#D84840
3#CF504A
4#C55953
5#BC615D
6#B26A66
7#A97370
8#9F7B79
9#968483
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C5 #F9C5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F599 #F59994 | BordersInactive statesPlaceholder text |
| 400 | F063 #F0635C | Disabled statesSecondary iconsMuted text |
| 500 | EB37 #EB372D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD1C #CD1C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A317 #A3170F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7510 #75100B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF2F1;
--crimson-100: #FCE0DE;
--crimson-200: #F9C5C2;
--crimson-300: #F59994;
--crimson-400: #F0635C;
--crimson-500: #EB372D;
--crimson-600: #CD1C13;
--crimson-700: #A3170F;
--crimson-800: #75100B;
--crimson-900: #4B0A07;
--crimson-950: #2F0604;
}