Crimson
#F12749
RedColor Codes
All color formats for development
HEX
#F12749RGB
rgb(241, 39, 73)HSL
hsl(350, 88%, 55%)OKLCH
oklch(0.62 0.23 19.6)CMYK
cmyk(0%, 84%, 70%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F34
2#D30D2E
3#B90C29
4#9E0A23
5#84081D
6#690717
7#4F0511
8#35030C
9#1A0206
Tints
Lighter variations
1#F33D5B
2#F4526D
3#F56880
4#F77E92
5#F893A4
6#F9A9B6
7#FBBEC8
8#FCD4DB
9#FEE9ED
Tones
Muted variations
1#E73150
2#DD3B56
3#D3465D
4#C95064
5#BF5A6B
6#B56471
7#AB6E78
8#A0787F
9#968286
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45771 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12749 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78081A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0511 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FDDDE3;
--crimson-200: #FBC1CA;
--crimson-300: #F891A2;
--crimson-400: #F45771;
--crimson-500: #F12749;
--crimson-600: #D30D2E;
--crimson-700: #A80B25;
--crimson-800: #78081A;
--crimson-900: #4D0511;
--crimson-950: #30030B;
}