Crimson
#D20F49
PinkColor Codes
All color formats for development
HEX
#D20F49RGB
rgb(210, 15, 73)HSL
hsl(342, 87%, 44%)OKLCH
oklch(0.553 0.216 14.6)CMYK
cmyk(0%, 93%, 65%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD0D42
2#A80C3B
3#930A33
4#7E092C
5#690725
6#54061D
7#3F0416
8#2A030F
9#150107
Tints
Lighter variations
1#ED1052
2#F02965
3#F24478
4#F45F8C
5#F6799F
6#F894B2
7#F9AFC5
8#FBCAD9
9#FDE4EC
Tones
Muted variations
1#C8184D
2#BE2251
3#B52C55
4#AB3659
5#A13F5D
6#974961
7#8D5364
8#845D68
9#7A666C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791B0 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35887 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02864 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #77082A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C051B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F5;
--crimson-100: #FDDEE7;
--crimson-200: #FBC1D2;
--crimson-300: #F791B0;
--crimson-400: #F35887;
--crimson-500: #F02864;
--crimson-600: #D20F49;
--crimson-700: #A70C3A;
--crimson-800: #77082A;
--crimson-900: #4C051B;
--crimson-950: #300311;
}