Crimson
#EB2D3A
RedColor Codes
All color formats for development
HEX
#EB2D3ARGB
rgb(235, 45, 58)HSL
hsl(356, 83%, 55%)OKLCH
oklch(0.611 0.222 24)CMYK
cmyk(0%, 81%, 75%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E71523
2#CD131F
3#B4111C
4#9A0E18
5#800C14
6#670A10
7#4D070C
8#330508
9#1A0204
Tints
Lighter variations
1#ED424D
2#EF5761
3#F16C75
4#F38189
5#F5969C
6#F7ABB0
7#F9C0C4
8#FBD5D8
9#FDEAEB
Tones
Muted variations
1#E23742
2#D8404A
3#CF4A52
4#C5535B
5#BC5D63
6#B2666B
7#A97073
8#9F797C
9#968384
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F5949A | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C66 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D3A | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD131F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070B | 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: #FCDEE0;
--crimson-200: #F9C2C6;
--crimson-300: #F5949A;
--crimson-400: #F05C66;
--crimson-500: #EB2D3A;
--crimson-600: #CD131F;
--crimson-700: #A30F19;
--crimson-800: #750B12;
--crimson-900: #4B070B;
--crimson-950: #2F0407;
}