Crimson
#F1273B
RedColor Codes
All color formats for development
HEX
#F1273BRGB
rgb(241, 39, 59)HSL
hsl(354, 88%, 55%)OKLCH
oklch(0.618 0.231 23.4)CMYK
cmyk(0%, 84%, 76%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F25
2#D30D21
3#B90C1D
4#9E0A19
5#840815
6#690711
7#4F050C
8#350308
9#1A0204
Tints
Lighter variations
1#F33D4F
2#F45263
3#F56876
4#F77E8A
5#F8939D
6#F9A9B1
7#FBBEC4
8#FCD4D8
9#FEE9EB
Tones
Muted variations
1#E73144
2#DD3B4C
3#D34654
4#C9505C
5#BF5A64
6#B5646C
7#AB6E74
8#A0787C
9#968284
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919B | BordersInactive statesPlaceholder text |
| 400 | F457 #F45767 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1273B | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D21 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780813 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300308 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F2;
--crimson-100: #FDDDE1;
--crimson-200: #FBC1C7;
--crimson-300: #F8919B;
--crimson-400: #F45767;
--crimson-500: #F1273B;
--crimson-600: #D30D21;
--crimson-700: #A80B1A;
--crimson-800: #780813;
--crimson-900: #4D050C;
--crimson-950: #300308;
}