Crimson
#F12727
RedColor Codes
All color formats for development
HEX
#F12727RGB
rgb(241, 39, 39)HSL
hsl(0, 88%, 55%)OKLCH
oklch(0.616 0.233 27.6)CMYK
cmyk(0%, 84%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F0F
2#D30D0D
3#B90C0C
4#9E0A0A
5#840808
6#690707
7#4F0505
8#350303
9#1A0202
Tints
Lighter variations
1#F33D3D
2#F45252
3#F56868
4#F77E7E
5#F89393
6#F9A9A9
7#FBBEBE
8#FCD4D4
9#FEE9E9
Tones
Muted variations
1#E73131
2#DD3B3B
3#D34646
4#C95050
5#BF5A5A
6#B56464
7#AB6E6E
8#A07878
9#968282
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F89191 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45757 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0505 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F1;
--crimson-100: #FDDDDD;
--crimson-200: #FBC1C1;
--crimson-300: #F89191;
--crimson-400: #F45757;
--crimson-500: #F12727;
--crimson-600: #D30D0D;
--crimson-700: #A80B0B;
--crimson-800: #780808;
--crimson-900: #4D0505;
--crimson-950: #300303;
}