Crimson
#DC0442
PinkColor Codes
All color formats for development
HEX
#DC0442RGB
rgb(220, 4, 66)HSL
hsl(343, 96%, 44%)OKLCH
oklch(0.568 0.226 17.5)CMYK
cmyk(0%, 98%, 70%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6043B
2#B00434
3#9A032E
4#840327
5#6E0221
6#58021A
7#420114
8#2C010D
9#160007
Tints
Lighter variations
1#F8054A
2#FA1F5D
3#FB3B71
4#FC5786
5#FC739A
6#FD8FAE
7#FDABC2
8#FEC7D7
9#FEE3EB
Tones
Muted variations
1#D10F46
2#C61A4B
3#BC2550
4#B13054
5#A63A59
6#9B455E
7#915062
8#865B67
9#7B656C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CAC | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5081 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E5D | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0442 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0434 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0325 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500218 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F4;
--crimson-100: #FEDCE6;
--crimson-200: #FEBED0;
--crimson-300: #FD8CAC;
--crimson-400: #FB5081;
--crimson-500: #FA1E5D;
--crimson-600: #DC0442;
--crimson-700: #AF0434;
--crimson-800: #7D0325;
--crimson-900: #500218;
--crimson-950: #32010F;
}