Crimson
#F22660
PinkColor Codes
All color formats for development
HEX
#F22660RGB
rgb(242, 38, 96)HSL
hsl(343, 89%, 55%)OKLCH
oklch(0.625 0.232 12.5)CMYK
cmyk(0%, 84%, 60%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF0E4E
2#D40C45
3#BA0B3C
4#9F0934
5#85082B
6#6A0622
7#50051A
8#350311
9#1B0209
Tints
Lighter variations
1#F43C70
2#F55180
3#F66790
4#F77DA0
5#F993AF
6#FAA8BF
7#FBBECF
8#FCD4DF
9#FEE9EF
Tones
Muted variations
1#E83064
2#DE3B69
3#D4456D
4#CA4F72
5#BF5976
6#B5637B
7#AB6E7F
8#A17883
9#968288
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 | FBC0 #FBC0D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990AE | BordersInactive statesPlaceholder text |
| 400 | F556 #F55683 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22660 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C45 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780727 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0419 | 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: #FBC0D1;
--crimson-300: #F990AE;
--crimson-400: #F55683;
--crimson-500: #F22660;
--crimson-600: #D40C45;
--crimson-700: #A90A37;
--crimson-800: #780727;
--crimson-900: #4D0419;
--crimson-950: #300310;
}