Crimson
#F12760
PinkColor Codes
All color formats for development
HEX
#F12760RGB
rgb(241, 39, 96)HSL
hsl(343, 88%, 55%)OKLCH
oklch(0.624 0.231 12.4)CMYK
cmyk(0%, 84%, 60%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F4E
2#D30D45
3#B90C3D
4#9E0A34
5#84082B
6#690723
7#4F051A
8#350311
9#1A0209
Tints
Lighter variations
1#F33D70
2#F45280
3#F56890
4#F77EA0
5#F893B0
6#F9A9C0
7#FBBECF
8#FCD4DF
9#FEE9EF
Tones
Muted variations
1#E73165
2#DD3B69
3#D3466E
4#C95072
5#BF5A76
6#B5647B
7#AB6E7F
8#A07883
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 | 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;
}