Crimson
#D90854
PinkColor Codes
All color formats for development
HEX
#D90854RGB
rgb(217, 8, 84)HSL
hsl(338, 93%, 44%)OKLCH
oklch(0.567 0.224 11.4)CMYK
cmyk(0%, 96%, 61%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3074C
2#AD0643
3#98053B
4#820533
5#6C042A
6#570322
7#410219
8#2B0211
9#160108
Tints
Lighter variations
1#F4095F
2#F72370
3#F83E82
4#F95A94
5#FA75A6
6#FB91B8
7#FCACCA
8#FDC8DB
9#FEE3ED
Tones
Muted variations
1#CE1257
2#C41D5A
3#B9275D
4#AF3260
5#A43C62
6#9A4665
7#905168
8#855B6B
9#7B666D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EB6 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95390 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72270 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90854 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0430 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F031F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F5;
--crimson-100: #FEDDE9;
--crimson-200: #FDBFD6;
--crimson-300: #FB8EB6;
--crimson-400: #F95390;
--crimson-500: #F72270;
--crimson-600: #D90854;
--crimson-700: #AC0643;
--crimson-800: #7B0430;
--crimson-900: #4F031F;
--crimson-950: #310213;
}