Crimson
#AF0456
PinkColor Codes
All color formats for development
HEX
#AF0456RGB
rgb(175, 4, 86)HSL
hsl(331, 96%, 35%)OKLCH
oklch(0.488 0.195 2.6)CMYK
cmyk(0%, 98%, 51%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D034E
2#8C0345
3#7A023C
4#690234
5#57022B
6#460123
7#34011A
8#230111
9#110009
Tints
Lighter variations
1#CF0466
2#F00576
3#FA1C87
4#FB3C98
5#FC5DA9
6#FC7DBB
7#FD9ECC
8#FEBEDD
9#FEDFEE
Tones
Muted variations
1#A60C57
2#9E1557
3#951D57
4#8D2658
5#842E58
6#7C3758
7#734058
8#6A4859
9#625159
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CC2 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50A3 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E89 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC046D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0456 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D033E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500227 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320119 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F7;
--crimson-100: #FEDCED;
--crimson-200: #FEBEDD;
--crimson-300: #FD8CC2;
--crimson-400: #FB50A3;
--crimson-500: #FA1E89;
--crimson-600: #DC046D;
--crimson-700: #AF0456;
--crimson-800: #7D033E;
--crimson-900: #500227;
--crimson-950: #320119;
}