Crimson
#D01134
RedColor Codes
All color formats for development
HEX
#D01134RGB
rgb(208, 17, 52)HSL
hsl(349, 85%, 44%)OKLCH
oklch(0.547 0.213 21.3)CMYK
cmyk(0%, 92%, 75%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0F2F
2#A60D29
3#910C24
4#7D0A1F
5#68081A
6#530715
7#3E0510
8#2A030A
9#150205
Tints
Lighter variations
1#EA133A
2#EE2C4F
3#F04665
4#F2607B
5#F47B91
6#F695A7
7#F9B0BD
8#FBCAD3
9#FDE5E9
Tones
Muted variations
1#C61A3A
2#BC2440
3#B32D46
4#A9374C
5#A04152
6#964A58
7#8D545E
8#835D64
9#7A676A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692A5 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A76 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B4E | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01134 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0613 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FCDEE4;
--crimson-200: #FAC2CC;
--crimson-300: #F692A5;
--crimson-400: #F25A76;
--crimson-500: #EE2B4E;
--crimson-600: #D01134;
--crimson-700: #A50D29;
--crimson-800: #760A1D;
--crimson-900: #4B0613;
--crimson-950: #2F040C;
}