Crimson
#EE2B3B
RedColor Codes
All color formats for development
HEX
#EE2B3BRGB
rgb(238, 43, 59)HSL
hsl(355, 85%, 55%)OKLCH
oklch(0.615 0.226 23.7)CMYK
cmyk(0%, 82%, 75%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA1325
2#D01121
3#B60F1D
4#9C0D19
5#820B14
6#680810
7#4E060C
8#340408
9#1A0204
Tints
Lighter variations
1#F0404F
2#F15562
3#F36A76
4#F58089
5#F6959D
6#F8AAB1
7#FABFC4
8#FCD5D8
9#FDEAEB
Tones
Muted variations
1#E43443
2#DA3E4B
3#D14853
4#C7525B
5#BD5B64
6#B3656C
7#AA6F74
8#A0797C
9#968284
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F6929B | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A67 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B3B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01121 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B060C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F2;
--crimson-100: #FCDEE1;
--crimson-200: #FAC2C6;
--crimson-300: #F6929B;
--crimson-400: #F25A67;
--crimson-500: #EE2B3B;
--crimson-600: #D01121;
--crimson-700: #A50D1A;
--crimson-800: #760A13;
--crimson-900: #4B060C;
--crimson-950: #2F0407;
}