Crimson
#E9322F
RedColor Codes
All color formats for development
HEX
#E9322FRGB
rgb(233, 50, 47)HSL
hsl(1, 81%, 55%)OKLCH
oklch(0.609 0.218 27.3)CMYK
cmyk(0%, 79%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E41B18
2#CB1815
3#B21513
4#981210
5#7F0F0D
6#660C0B
7#4C0908
8#330605
9#190303
Tints
Lighter variations
1#EB4744
2#EE5B59
3#F0706E
4#F28482
5#F49997
6#F6ADAC
7#F8C2C1
8#FBD6D5
9#FDEBEA
Tones
Muted variations
1#E03B39
2#D74442
3#CD4D4B
4#C45654
5#BB5F5E
6#B16867
7#A87170
8#9F7A7A
9#968383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C4 #F9C4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F496 #F49695 | BordersInactive statesPlaceholder text |
| 400 | EE60 #EE605D | Disabled statesSecondary iconsMuted text |
| 500 | E932 #E9322F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB18 #CB1815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A213 #A21311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730E #730E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A09 #4A0908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E06 #2E0605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F1;
--crimson-100: #FCDFDF;
--crimson-200: #F9C4C3;
--crimson-300: #F49695;
--crimson-400: #EE605D;
--crimson-500: #E9322F;
--crimson-600: #CB1815;
--crimson-700: #A21311;
--crimson-800: #730E0C;
--crimson-900: #4A0908;
--crimson-950: #2E0605;
}