Crimson
#FC1D4D
RedColor Codes
All color formats for development
HEX
#FC1D4DRGB
rgb(252, 29, 77)HSL
hsl(347, 97%, 55%)OKLCH
oklch(0.635 0.244 18.5)CMYK
cmyk(0%, 88%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F90439
2#DD0333
3#C1032C
4#A60326
5#8A0220
6#6F0219
7#530113
8#37010D
9#1C0006
Tints
Lighter variations
1#FC345F
2#FC4A71
3#FD6183
4#FD7794
5#FD8EA6
6#FEA5B8
7#FEBBCA
8#FED2DB
9#FFE8ED
Tones
Muted variations
1#F02853
2#E5335A
3#DA3E60
4#CF4966
5#C4556D
6#B96073
7#AE6B79
8#A37680
9#978186
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECC | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BA4 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F75 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D4D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0333 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00328 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E021D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500112 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F3;
--crimson-100: #FEDCE3;
--crimson-200: #FEBECC;
--crimson-300: #FD8BA4;
--crimson-400: #FC4F75;
--crimson-500: #FC1D4D;
--crimson-600: #DD0333;
--crimson-700: #B00328;
--crimson-800: #7E021D;
--crimson-900: #500112;
--crimson-950: #32010B;
}