Crimson
#EA2E2E
RedColor Codes
All color formats for development
HEX
#EA2E2ERGB
rgb(234, 46, 46)HSL
hsl(0, 82%, 55%)OKLCH
oklch(0.608 0.222 27)CMYK
cmyk(0%, 80%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E61717
2#CC1414
3#B31212
4#990F0F
5#800D0D
6#660A0A
7#4D0808
8#330505
9#1A0303
Tints
Lighter variations
1#EC4343
2#EE5858
3#F16D6D
4#F38282
5#F59797
6#F7ABAB
7#F9C0C0
8#FBD5D5
9#FDEAEA
Tones
Muted variations
1#E13838
2#D84141
3#CE4A4A
4#C55454
5#BB5D5D
6#B26767
7#A87070
8#9F7979
9#968383
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F49494 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D5D | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21010 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F1;
--crimson-100: #FCDFDF;
--crimson-200: #F9C3C3;
--crimson-300: #F49494;
--crimson-400: #EF5D5D;
--crimson-500: #EA2E2E;
--crimson-600: #CC1414;
--crimson-700: #A21010;
--crimson-800: #740B0B;
--crimson-900: #4A0707;
--crimson-950: #2E0505;
}