Crimson
#FC1D55
RedColor Codes
All color formats for development
HEX
#FC1D55RGB
rgb(252, 29, 85)HSL
hsl(345, 97%, 55%)OKLCH
oklch(0.637 0.244 16.3)CMYK
cmyk(0%, 88%, 66%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F90441
2#DD033A
3#C10333
4#A6032B
5#8A0224
6#6F021D
7#530116
8#37010E
9#1C0007
Tints
Lighter variations
1#FC3466
2#FC4A77
3#FD6188
4#FD7799
5#FD8EAA
6#FEA5BB
7#FEBBCC
8#FED2DD
9#FFE8EE
Tones
Muted variations
1#F0285A
2#E53360
3#DA3E65
4#CF496B
5#C45570
6#B96076
7#AE6B7C
8#A37681
9#978187
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BA8 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F7A | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D55 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD033A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0032E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0221 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500115 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F4;
--crimson-100: #FEDCE4;
--crimson-200: #FEBECE;
--crimson-300: #FD8BA8;
--crimson-400: #FC4F7A;
--crimson-500: #FC1D55;
--crimson-600: #DD033A;
--crimson-700: #B0032E;
--crimson-800: #7E0221;
--crimson-900: #500115;
--crimson-950: #32010D;
}