Crimson
#F12746
RedColor Codes
All color formats for development
HEX
#F12746RGB
rgb(241, 39, 70)HSL
hsl(351, 88%, 55%)OKLCH
oklch(0.619 0.23 20.5)CMYK
cmyk(0%, 84%, 71%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F30
2#D30D2B
3#B90C26
4#9E0A20
5#84081B
6#690716
7#4F0510
8#35030B
9#1A0205
Tints
Lighter variations
1#F33D58
2#F4526B
3#F5687D
4#F77E90
5#F893A2
6#F9A9B5
7#FBBEC7
8#FCD4DA
9#FEE9EC
Tones
Muted variations
1#E7314D
2#DD3B54
3#D3465B
4#C95062
5#BF5A69
6#B56470
7#AB6E77
8#A0787E
9#968285
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A0 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576F | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12746 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780818 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0510 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F3;
--crimson-100: #FDDDE2;
--crimson-200: #FBC1C9;
--crimson-300: #F891A0;
--crimson-400: #F4576F;
--crimson-500: #F12746;
--crimson-600: #D30D2B;
--crimson-700: #A80B22;
--crimson-800: #780818;
--crimson-900: #4D0510;
--crimson-950: #30030A;
}