Crimson
#D30D45
PinkColor Codes
All color formats for development
HEX
#D30D45RGB
rgb(211, 13, 69)HSL
hsl(343, 88%, 44%)OKLCH
oklch(0.554 0.217 16)CMYK
cmyk(0%, 94%, 67%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C3E
2#A90B38
3#940931
4#7F082A
5#690723
6#54051C
7#3F0415
8#2A030E
9#150107
Tints
Lighter variations
1#EE0F4E
2#F12861
3#F34375
4#F55E89
5#F6799C
6#F894B0
7#FAAEC4
8#FCC9D8
9#FDE4EB
Tones
Muted variations
1#C9174A
2#BF214E
3#B52B52
4#AB3557
5#A23F5B
6#98495F
7#8E5363
8#845C68
9#7A666C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AE | BordersInactive statesPlaceholder text |
| 400 | F457 #F45784 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12760 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D45 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780827 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0519 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300310 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F4;
--crimson-100: #FDDDE6;
--crimson-200: #FBC1D1;
--crimson-300: #F891AE;
--crimson-400: #F45784;
--crimson-500: #F12760;
--crimson-600: #D30D45;
--crimson-700: #A80B37;
--crimson-800: #780827;
--crimson-900: #4D0519;
--crimson-950: #300310;
}