Crimson
#FC1D49
RedColor Codes
All color formats for development
HEX
#FC1D49RGB
rgb(252, 29, 73)HSL
hsl(348, 97%, 55%)OKLCH
oklch(0.635 0.244 19.6)CMYK
cmyk(0%, 88%, 71%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F90435
2#DD032F
3#C10329
4#A60323
5#8A021D
6#6F0217
7#530112
8#37010C
9#1C0006
Tints
Lighter variations
1#FC345C
2#FC4A6E
3#FD6180
4#FD7792
5#FD8EA4
6#FEA5B6
7#FEBBC9
8#FED2DB
9#FFE8ED
Tones
Muted variations
1#F02850
2#E53357
3#DA3E5E
4#CF4964
5#C4556B
6#B96072
7#AE6B78
8#A3767F
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 #FEBECB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BA2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F72 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D49 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD032F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00325 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E021B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500111 | 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: #FEBECB;
--crimson-300: #FD8BA2;
--crimson-400: #FC4F72;
--crimson-500: #FC1D49;
--crimson-600: #DD032F;
--crimson-700: #B00325;
--crimson-800: #7E021B;
--crimson-900: #500111;
--crimson-950: #32010B;
}