Crimson
#EE2B2B
RedColor Codes
All color formats for development
HEX
#EE2B2BRGB
rgb(238, 43, 43)HSL
hsl(0, 85%, 55%)OKLCH
oklch(0.613 0.228 27.3)CMYK
cmyk(0%, 82%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA1313
2#D01111
3#B60F0F
4#9C0D0D
5#820B0B
6#680808
7#4E0606
8#340404
9#1A0202
Tints
Lighter variations
1#F04040
2#F15555
3#F36A6A
4#F58080
5#F69595
6#F8AAAA
7#FABFBF
8#FCD5D5
9#FDEAEA
Tones
Muted variations
1#E43434
2#DA3E3E
3#D14848
4#C75252
5#BD5B5B
6#B36565
7#AA6F6F
8#A07979
9#968282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F69292 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A5A | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0606 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F1;
--crimson-100: #FCDEDE;
--crimson-200: #FAC2C2;
--crimson-300: #F69292;
--crimson-400: #F25A5A;
--crimson-500: #EE2B2B;
--crimson-600: #D01111;
--crimson-700: #A50D0D;
--crimson-800: #760A0A;
--crimson-900: #4B0606;
--crimson-950: #2F0404;
}