Crimson
#EE2B48
RedColor Codes
All color formats for development
HEX
#EE2B48RGB
rgb(238, 43, 72)HSL
hsl(351, 85%, 55%)OKLCH
oklch(0.617 0.225 20.1)CMYK
cmyk(0%, 82%, 70%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA1333
2#D0112D
3#B60F28
4#9C0D22
5#820B1C
6#680817
7#4E0611
8#34040B
9#1A0206
Tints
Lighter variations
1#F0405A
2#F1556D
3#F36A7F
4#F58091
5#F695A3
6#F8AAB6
7#FABFC8
8#FCD5DA
9#FDEAED
Tones
Muted variations
1#E4344F
2#DA3E56
3#D1485C
4#C75263
5#BD5B6A
6#B36571
7#AA6F78
8#A0797F
9#968285
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692A1 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A71 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B48 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0112D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0611 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FCDEE3;
--crimson-200: #FAC2CA;
--crimson-300: #F692A1;
--crimson-400: #F25A71;
--crimson-500: #EE2B48;
--crimson-600: #D0112D;
--crimson-700: #A50D24;
--crimson-800: #760A1A;
--crimson-900: #4B0611;
--crimson-950: #2F040A;
}