Crimson
#D20F59
PinkColor Codes
All color formats for development
HEX
#D20F59RGB
rgb(210, 15, 89)HSL
hsl(337, 87%, 44%)OKLCH
oklch(0.557 0.217 8.7)CMYK
cmyk(0%, 93%, 58%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD0D50
2#A80C48
3#930A3F
4#7E0936
5#69072D
6#540624
7#3F041B
8#2A0312
9#150109
Tints
Lighter variations
1#ED1065
2#F02976
3#F24487
4#F45F98
5#F679A9
6#F894BA
7#F9AFCB
8#FBCADD
9#FDE4EE
Tones
Muted variations
1#C8185C
2#BE225E
3#B52C60
4#AB3663
5#A13F65
6#974967
7#8D5369
8#845D6C
9#7A666E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791B8 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35894 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02875 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0521 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F6;
--crimson-100: #FDDEEA;
--crimson-200: #FBC1D7;
--crimson-300: #F791B8;
--crimson-400: #F35894;
--crimson-500: #F02875;
--crimson-600: #D20F59;
--crimson-700: #A70C47;
--crimson-800: #770833;
--crimson-900: #4C0521;
--crimson-950: #300314;
}