Crimson
#F12738
RedColor Codes
All color formats for development
HEX
#F12738RGB
rgb(241, 39, 56)HSL
hsl(355, 88%, 55%)OKLCH
oklch(0.617 0.231 24.1)CMYK
cmyk(0%, 84%, 77%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F22
2#D30D1E
3#B90C1A
4#9E0A16
5#840813
6#69070F
7#4F050B
8#350307
9#1A0204
Tints
Lighter variations
1#F33D4C
2#F45260
3#F56874
4#F77E88
5#F8939C
6#F9A9AF
7#FBBEC3
8#FCD4D7
9#FEE9EB
Tones
Muted variations
1#E73141
2#DD3B49
3#D34651
4#C9505A
5#BF5A62
6#B5646B
7#AB6E73
8#A0787B
9#968284
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F89199 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45764 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12738 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780811 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F2;
--crimson-100: #FDDDE0;
--crimson-200: #FBC1C6;
--crimson-300: #F89199;
--crimson-400: #F45764;
--crimson-500: #F12738;
--crimson-600: #D30D1E;
--crimson-700: #A80B18;
--crimson-800: #780811;
--crimson-900: #4D050B;
--crimson-950: #300307;
}