Crimson
#FC1D51
RedColor Codes
All color formats for development
HEX
#FC1D51RGB
rgb(252, 29, 81)HSL
hsl(346, 97%, 55%)OKLCH
oklch(0.636 0.244 17.4)CMYK
cmyk(0%, 88%, 68%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9043D
2#DD0336
3#C1032F
4#A60329
5#8A0222
6#6F021B
7#530114
8#37010E
9#1C0007
Tints
Lighter variations
1#FC3462
2#FC4A74
3#FD6185
4#FD7797
5#FD8EA8
6#FEA5B9
7#FEBBCB
8#FED2DC
9#FFE8EE
Tones
Muted variations
1#F02857
2#E5335D
3#DA3E63
4#CF4969
5#C4556F
6#B96075
7#AE6B7A
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 #FEDCE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECD | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BA6 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F78 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D51 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0336 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0032B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E021F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500114 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F3;
--crimson-100: #FEDCE4;
--crimson-200: #FEBECD;
--crimson-300: #FD8BA6;
--crimson-400: #FC4F78;
--crimson-500: #FC1D51;
--crimson-600: #DD0336;
--crimson-700: #B0032B;
--crimson-800: #7E021F;
--crimson-900: #500114;
--crimson-950: #32010C;
}