Crimson
#D30D63
PinkColor Codes
All color formats for development
HEX
#D30D63RGB
rgb(211, 13, 99)HSL
hsl(334, 88%, 44%)OKLCH
oklch(0.561 0.221 5.1)CMYK
cmyk(0%, 94%, 53%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C59
2#A90B4F
3#940945
4#7F083B
5#690732
6#540528
7#3F041E
8#2A0314
9#15010A
Tints
Lighter variations
1#EE0F70
2#F1287F
3#F3438F
4#F55E9F
5#F679AF
6#F894BF
7#FAAECF
8#FCC9DF
9#FDE4EF
Tones
Muted variations
1#C91764
2#BF2166
3#B52B67
4#AB3568
5#A23F6A
6#98496B
7#8E536C
8#845C6E
9#7A666F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BD | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579B | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1277F | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0524 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300317 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F6;
--crimson-100: #FDDDEB;
--crimson-200: #FBC1DA;
--crimson-300: #F891BD;
--crimson-400: #F4579B;
--crimson-500: #F1277F;
--crimson-600: #D30D63;
--crimson-700: #A80B4F;
--crimson-800: #780838;
--crimson-900: #4D0524;
--crimson-950: #300317;
}