Crimson
#D90858
PinkColor Codes
All color formats for development
HEX
#D90858RGB
rgb(217, 8, 88)HSL
hsl(337, 93%, 44%)OKLCH
oklch(0.568 0.224 9.9)CMYK
cmyk(0%, 96%, 59%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3074F
2#AD0646
3#98053D
4#820535
5#6C042C
6#570323
7#41021A
8#2B0212
9#160109
Tints
Lighter variations
1#F40963
2#F72374
3#F83E85
4#F95A97
5#FA75A8
6#FB91B9
7#FCACCB
8#FDC8DC
9#FEE3EE
Tones
Muted variations
1#CE125A
2#C41D5D
3#B9275F
4#AF3262
5#A43C64
6#9A4666
7#905169
8#855B6B
9#7B666E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EB8 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95392 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72273 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90858 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0646 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0432 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0320 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310214 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F6;
--crimson-100: #FEDDE9;
--crimson-200: #FDBFD7;
--crimson-300: #FB8EB8;
--crimson-400: #F95392;
--crimson-500: #F72273;
--crimson-600: #D90858;
--crimson-700: #AC0646;
--crimson-800: #7B0432;
--crimson-900: #4F0320;
--crimson-950: #310214;
}