Crimson
#D70955
PinkColor Codes
All color formats for development
HEX
#D70955RGB
rgb(215, 9, 85)HSL
hsl(338, 92%, 44%)OKLCH
oklch(0.564 0.222 10.8)CMYK
cmyk(0%, 96%, 60%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2084C
2#AC0744
3#97063B
4#810533
5#6C042A
6#560422
7#410319
8#2B0211
9#160108
Tints
Lighter variations
1#F30A5F
2#F62471
3#F73F83
4#F85A94
5#F976A6
6#FA91B8
7#FCADCA
8#FDC8DB
9#FEE4ED
Tones
Muted variations
1#CD1357
2#C31E5A
3#B8285D
4#AE3260
5#A43D62
6#994765
7#8F5168
8#855C6B
9#7B666D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB6 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85490 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62370 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70955 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F5;
--crimson-100: #FEDDE9;
--crimson-200: #FCBFD6;
--crimson-300: #FA8EB6;
--crimson-400: #F85490;
--crimson-500: #F62370;
--crimson-600: #D70955;
--crimson-700: #AB0743;
--crimson-800: #7A0530;
--crimson-900: #4E031F;
--crimson-950: #310213;
}