Crimson
#D70947
PinkColor Codes
All color formats for development
HEX
#D70947RGB
rgb(215, 9, 71)HSL
hsl(342, 92%, 44%)OKLCH
oklch(0.561 0.221 15.6)CMYK
cmyk(0%, 96%, 67%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C20840
2#AC0739
3#970632
4#81052B
5#6C0423
6#56041C
7#410315
8#2B020E
9#160107
Tints
Lighter variations
1#F30A50
2#F62463
3#F73F76
4#F85A8A
5#F9769D
6#FA91B1
7#FCADC4
8#FDC8D8
9#FEE4EB
Tones
Muted variations
1#CD134B
2#C31E4F
3#B82853
4#AE3257
5#A43D5C
6#994760
7#8F5164
8#855C68
9#7B666C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EAF | BordersInactive statesPlaceholder text |
| 400 | F854 #F85485 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62362 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0738 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310210 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F5;
--crimson-100: #FEDDE7;
--crimson-200: #FCBFD2;
--crimson-300: #FA8EAF;
--crimson-400: #F85485;
--crimson-500: #F62362;
--crimson-600: #D70947;
--crimson-700: #AB0738;
--crimson-800: #7A0528;
--crimson-900: #4E031A;
--crimson-950: #310210;
}