Crimson
#DC0457
PinkColor Codes
All color formats for development
HEX
#DC0457RGB
rgb(220, 4, 87)HSL
hsl(337, 96%, 44%)OKLCH
oklch(0.572 0.227 10.6)CMYK
cmyk(0%, 98%, 60%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6044E
2#B00446
3#9A033D
4#840334
5#6E022C
6#580223
7#42011A
8#2C0111
9#160009
Tints
Lighter variations
1#F80562
2#FA1F73
3#FB3B85
4#FC5796
5#FC73A8
6#FD8FB9
7#FDABCB
8#FEC7DC
9#FEE3EE
Tones
Muted variations
1#D10F5A
2#C61A5C
3#BC255F
4#B13061
5#A63A64
6#9B4566
7#915069
8#865B6B
9#7B656E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CB7 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5092 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E73 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0457 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0445 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0331 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500220 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320114 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F6;
--crimson-100: #FEDCE9;
--crimson-200: #FEBED6;
--crimson-300: #FD8CB7;
--crimson-400: #FB5092;
--crimson-500: #FA1E73;
--crimson-600: #DC0457;
--crimson-700: #AF0445;
--crimson-800: #7D0331;
--crimson-900: #500220;
--crimson-950: #320114;
}