Crimson
#D30D59
PinkColor Codes
All color formats for development
HEX
#D30D59RGB
rgb(211, 13, 89)HSL
hsl(337, 88%, 44%)OKLCH
oklch(0.558 0.219 8.8)CMYK
cmyk(0%, 94%, 58%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C50
2#A90B47
3#94093E
4#7F0835
5#69072D
6#540524
7#3F041B
8#2A0312
9#150109
Tints
Lighter variations
1#EE0F65
2#F12875
3#F34387
4#F55E98
5#F679A9
6#F894BA
7#FAAECB
8#FCC9DD
9#FDE4EE
Tones
Muted variations
1#C9175B
2#BF215E
3#B52B60
4#AB3562
5#A23F65
6#984967
7#8E5369
8#845C6C
9#7A666E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45793 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12775 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0520 | 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: #FDDDE9;
--crimson-200: #FBC1D7;
--crimson-300: #F891B8;
--crimson-400: #F45793;
--crimson-500: #F12775;
--crimson-600: #D30D59;
--crimson-700: #A80B47;
--crimson-800: #780833;
--crimson-900: #4D0520;
--crimson-950: #300314;
}