Crimson
#D30D49
PinkColor Codes
All color formats for development
HEX
#D30D49RGB
rgb(211, 13, 73)HSL
hsl(342, 88%, 44%)OKLCH
oklch(0.555 0.217 14.6)CMYK
cmyk(0%, 94%, 65%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C41
2#A90B3A
3#940933
4#7F082C
5#690724
6#54051D
7#3F0416
8#2A030F
9#150107
Tints
Lighter variations
1#EE0F52
2#F12865
3#F34378
4#F55E8B
5#F6799E
6#F894B2
7#FAAEC5
8#FCC9D8
9#FDE4EC
Tones
Muted variations
1#C9174D
2#BF2151
3#B52B55
4#AB3559
5#A23F5C
6#984960
7#8E5364
8#845C68
9#7A666C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B0 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45786 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12764 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051A | 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: #FDDDE7;
--crimson-200: #FBC1D2;
--crimson-300: #F891B0;
--crimson-400: #F45786;
--crimson-500: #F12764;
--crimson-600: #D30D49;
--crimson-700: #A80B3A;
--crimson-800: #780829;
--crimson-900: #4D051A;
--crimson-950: #300311;
}