Crimson
#D01141
RedColor Codes
All color formats for development
HEX
#D01141RGB
rgb(208, 17, 65)HSL
hsl(345, 85%, 44%)OKLCH
oklch(0.549 0.213 17.2)CMYK
cmyk(0%, 92%, 69%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0F3A
2#A60D34
3#910C2D
4#7D0A27
5#680820
6#53071A
7#3E0513
8#2A030D
9#150206
Tints
Lighter variations
1#EA1349
2#EE2C5C
3#F04671
4#F26085
5#F47B99
6#F695AE
7#F9B0C2
8#FBCAD6
9#FDE5EB
Tones
Muted variations
1#C61A45
2#BC244A
3#B32D4F
4#A93754
5#A04158
6#964A5D
7#8D5462
8#835D67
9#7A676B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692AB | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A80 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B5B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01141 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0617 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F4;
--crimson-100: #FCDEE6;
--crimson-200: #FAC2D0;
--crimson-300: #F692AB;
--crimson-400: #F25A80;
--crimson-500: #EE2B5B;
--crimson-600: #D01141;
--crimson-700: #A50D33;
--crimson-800: #760A25;
--crimson-900: #4B0617;
--crimson-950: #2F040F;
}