Crimson
#D70962
PinkColor Codes
All color formats for development
HEX
#D70962RGB
rgb(215, 9, 98)HSL
hsl(334, 92%, 44%)OKLCH
oklch(0.567 0.224 6)CMYK
cmyk(0%, 96%, 54%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C20859
2#AC074F
3#970645
4#81053B
5#6C0431
6#560427
7#41031E
8#2B0214
9#16010A
Tints
Lighter variations
1#F30A6F
2#F6247F
3#F73F8F
4#F85A9F
5#F976AF
6#FA91BF
7#FCADCF
8#FDC8DF
9#FEE4EF
Tones
Muted variations
1#CD1364
2#C31E65
3#B82867
4#AE3268
5#A43D69
6#99476B
7#8F516C
8#855C6D
9#7B666F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EBD | BordersInactive statesPlaceholder text |
| 400 | F854 #F8549B | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6237E | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB074E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0538 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0324 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F6;
--crimson-100: #FEDDEB;
--crimson-200: #FCBFDA;
--crimson-300: #FA8EBD;
--crimson-400: #F8549B;
--crimson-500: #F6237E;
--crimson-600: #D70962;
--crimson-700: #AB074E;
--crimson-800: #7A0538;
--crimson-900: #4E0324;
--crimson-950: #310216;
}