Crimson
#D9085B
PinkColor Codes
All color formats for development
HEX
#D9085BRGB
rgb(217, 8, 91)HSL
hsl(336, 93%, 44%)OKLCH
oklch(0.568 0.225 8.9)CMYK
cmyk(0%, 96%, 58%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C30752
2#AD0649
3#980540
4#820537
5#6C042E
6#570325
7#41021B
8#2B0212
9#160109
Tints
Lighter variations
1#F40967
2#F72378
3#F83E88
4#F95A99
5#FA75AA
6#FB91BB
7#FCACCC
8#FDC8DD
9#FEE3EE
Tones
Muted variations
1#CE125D
2#C41D60
3#B92762
4#AF3264
5#A43C66
6#9A4668
7#90516A
8#855B6C
9#7B666E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EB9 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95395 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72277 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9085B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0649 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0434 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0321 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310215 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F6;
--crimson-100: #FEDDEA;
--crimson-200: #FDBFD8;
--crimson-300: #FB8EB9;
--crimson-400: #F95395;
--crimson-500: #F72277;
--crimson-600: #D9085B;
--crimson-700: #AC0649;
--crimson-800: #7B0434;
--crimson-900: #4F0321;
--crimson-950: #310215;
}