Crimson
#EA2E4A
RedColor Codes
All color formats for development
HEX
#EA2E4ARGB
rgb(234, 46, 74)HSL
hsl(351, 82%, 55%)OKLCH
oklch(0.612 0.22 19.6)CMYK
cmyk(0%, 80%, 68%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E61736
2#CC1430
3#B3122A
4#990F24
5#800D1E
6#660A18
7#4D0812
8#33050C
9#1A0306
Tints
Lighter variations
1#EC435C
2#EE586F
3#F16D81
4#F38293
5#F597A5
6#F7ABB7
7#F9C0C9
8#FBD5DB
9#FDEAED
Tones
Muted variations
1#E13851
2#D84158
3#CE4A5E
4#C55465
5#BB5D6B
6#B26772
7#A87078
8#9F797F
9#968386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494A3 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D73 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E4A | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1430 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0711 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FCDFE3;
--crimson-200: #F9C3CB;
--crimson-300: #F494A3;
--crimson-400: #EF5D73;
--crimson-500: #EA2E4A;
--crimson-600: #CC1430;
--crimson-700: #A21026;
--crimson-800: #740B1B;
--crimson-900: #4A0711;
--crimson-950: #2E050B;
}