Crimson
#FC1D58
PinkColor Codes
All color formats for development
HEX
#FC1D58RGB
rgb(252, 29, 88)HSL
hsl(344, 97%, 55%)OKLCH
oklch(0.637 0.244 15.4)CMYK
cmyk(0%, 88%, 65%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F90445
2#DD033D
3#C10336
4#A6032E
5#8A0226
6#6F021F
7#530117
8#37010F
9#1C0008
Tints
Lighter variations
1#FC3469
2#FC4A7A
3#FD618A
4#FD779B
5#FD8EAC
6#FEA5BC
7#FEBBCD
8#FED2DE
9#FFE8EE
Tones
Muted variations
1#F0285E
2#E53363
3#DA3E68
4#CF496D
5#C45572
6#B96077
7#AE6B7D
8#A37682
9#978187
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECF | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BAA | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F7D | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D58 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD033D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00331 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0223 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500116 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F4;
--crimson-100: #FEDCE5;
--crimson-200: #FEBECF;
--crimson-300: #FD8BAA;
--crimson-400: #FC4F7D;
--crimson-500: #FC1D58;
--crimson-600: #DD033D;
--crimson-700: #B00331;
--crimson-800: #7E0223;
--crimson-900: #500116;
--crimson-950: #32010E;
}