Crimson
#FD1C2F
RedColor Codes
All color formats for development
HEX
#FD1C2FRGB
rgb(253, 28, 47)HSL
hsl(355, 98%, 55%)OKLCH
oklch(0.633 0.247 25.5)CMYK
cmyk(0%, 89%, 81%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0317
2#DE0215
3#C20212
4#A7020F
5#8B010D
6#6F010A
7#530108
8#380105
9#1C0003
Tints
Lighter variations
1#FD3343
2#FD4958
3#FD606D
4#FE7782
5#FE8D97
6#FEA4AC
7#FEBBC0
8#FFD2D5
9#FFE8EA
Tones
Muted variations
1#F12738
2#E63241
3#DB3E4B
4#D04954
5#C4545D
6#B95F67
7#AE6B70
8#A3767A
9#978183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B94 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510107 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F1;
--crimson-100: #FFDCDF;
--crimson-200: #FEBDC3;
--crimson-300: #FE8B94;
--crimson-400: #FD4E5D;
--crimson-500: #FD1C2F;
--crimson-600: #DE0215;
--crimson-700: #B10210;
--crimson-800: #7E010C;
--crimson-900: #510107;
--crimson-950: #320105;
}