Crimson
#EB3A2D
RedColor Codes
All color formats for development
HEX
#EB3A2DRGB
rgb(235, 58, 45)HSL
hsl(4, 83%, 55%)OKLCH
oklch(0.619 0.215 29.1)CMYK
cmyk(0%, 75%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E72315
2#CD1F13
3#B41C11
4#9A180E
5#80140C
6#67100A
7#4D0C07
8#330805
9#1A0402
Tints
Lighter variations
1#ED4D42
2#EF6157
3#F1756C
4#F38981
5#F59C96
6#F7B0AB
7#F9C4C0
8#FBD8D5
9#FDEBEA
Tones
Muted variations
1#E24237
2#D84A40
3#CF524A
4#C55B53
5#BC635D
6#B26B66
7#A97370
8#9F7C79
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 | F9C6 #F9C6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59A #F59A94 | BordersInactive statesPlaceholder text |
| 400 | F066 #F0665C | Disabled statesSecondary iconsMuted text |
| 500 | EB3A #EB3A2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD1F #CD1F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A319 #A3190F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7512 #75120B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0B #4B0B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F07 #2F0704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF2F1;
--crimson-100: #FCE0DE;
--crimson-200: #F9C6C2;
--crimson-300: #F59A94;
--crimson-400: #F0665C;
--crimson-500: #EB3A2D;
--crimson-600: #CD1F13;
--crimson-700: #A3190F;
--crimson-800: #75120B;
--crimson-900: #4B0B07;
--crimson-950: #2F0704;
}