Crimson
#D70958
PinkColor Codes
All color formats for development
HEX
#D70958RGB
rgb(215, 9, 88)HSL
hsl(337, 92%, 44%)OKLCH
oklch(0.564 0.223 9.7)CMYK
cmyk(0%, 96%, 59%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2084F
2#AC0746
3#97063E
4#810535
5#6C042C
6#560423
7#41031A
8#2B0212
9#160109
Tints
Lighter variations
1#F30A63
2#F62474
3#F73F86
4#F85A97
5#F976A8
6#FA91BA
7#FCADCB
8#FDC8DC
9#FEE4EE
Tones
Muted variations
1#CD135B
2#C31E5D
3#B8285F
4#AE3262
5#A43D64
6#994767
7#8F5169
8#855C6B
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 | FCBF #FCBFD7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85493 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62374 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0746 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0532 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0320 | 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: #FCBFD7;
--crimson-300: #FA8EB8;
--crimson-400: #F85493;
--crimson-500: #F62374;
--crimson-600: #D70958;
--crimson-700: #AB0746;
--crimson-800: #7A0532;
--crimson-900: #4E0320;
--crimson-950: #310214;
}