Crimson
#EE2B4B
RedColor Codes
All color formats for development
HEX
#EE2B4BRGB
rgb(238, 43, 75)HSL
hsl(350, 85%, 55%)OKLCH
oklch(0.617 0.225 19.2)CMYK
cmyk(0%, 82%, 68%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA1337
2#D01131
3#B60F2B
4#9C0D24
5#820B1E
6#680818
7#4E0612
8#34040C
9#1A0206
Tints
Lighter variations
1#F0405D
2#F1556F
3#F36A81
4#F58093
5#F695A5
6#F8AAB7
7#FABFC9
8#FCD5DB
9#FDEAED
Tones
Muted variations
1#E43452
2#DA3E58
3#D1485F
4#C75265
5#BD5B6C
6#B36572
7#AA6F79
8#A0797F
9#968286
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 #FAC2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692A3 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A73 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B4B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01131 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0612 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FCDEE3;
--crimson-200: #FAC2CB;
--crimson-300: #F692A3;
--crimson-400: #F25A73;
--crimson-500: #EE2B4B;
--crimson-600: #D01131;
--crimson-700: #A50D27;
--crimson-800: #760A1C;
--crimson-900: #4B0612;
--crimson-950: #2F040B;
}