Crimson
#F1275A
RedColor Codes
All color formats for development
HEX
#F1275ARGB
rgb(241, 39, 90)HSL
hsl(345, 88%, 55%)OKLCH
oklch(0.623 0.23 14.4)CMYK
cmyk(0%, 84%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0F47
2#D30D3F
3#B90C37
4#9E0A2F
5#840827
6#69071F
7#4F0518
8#350310
9#1A0208
Tints
Lighter variations
1#F33D6A
2#F4527B
3#F5688B
4#F77E9C
5#F893AC
6#F9A9BD
7#FBBECD
8#FCD4DE
9#FEE9EE
Tones
Muted variations
1#E7315F
2#DD3B64
3#D34669
4#C9506E
5#BF5A73
6#B56478
7#AB6E7D
8#A07882
9#968287
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AB | BordersInactive statesPlaceholder text |
| 400 | F457 #F4577E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1275A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0517 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF1F4;
--crimson-100: #FDDDE5;
--crimson-200: #FBC1CF;
--crimson-300: #F891AB;
--crimson-400: #F4577E;
--crimson-500: #F1275A;
--crimson-600: #D30D3F;
--crimson-700: #A80B32;
--crimson-800: #780824;
--crimson-900: #4D0517;
--crimson-950: #30030E;
}