Crimson
#E92F3C
RedColor Codes
All color formats for development
HEX
#E92F3CRGB
rgb(233, 47, 60)HSL
hsl(356, 81%, 55%)OKLCH
oklch(0.609 0.219 23.7)CMYK
cmyk(0%, 80%, 74%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E41826
2#CB1521
3#B2131D
4#981019
5#7F0D15
6#660B11
7#4C080D
8#330508
9#190304
Tints
Lighter variations
1#EB444F
2#EE5963
3#F06E76
4#F2828A
5#F4979D
6#F6ACB1
7#F8C1C4
8#FBD5D8
9#FDEAEB
Tones
Muted variations
1#E03944
2#D7424C
3#CD4B54
4#C4545C
5#BB5E64
6#B1676C
7#A87074
8#9F7A7C
9#968384
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F4959B | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D67 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F3C | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2111B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A080C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0508 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F2;
--crimson-100: #FCDFE1;
--crimson-200: #F9C3C7;
--crimson-300: #F4959B;
--crimson-400: #EE5D67;
--crimson-500: #E92F3C;
--crimson-600: #CB1521;
--crimson-700: #A2111B;
--crimson-800: #730C13;
--crimson-900: #4A080C;
--crimson-950: #2E0508;
}