Crimson
#AF0454
PinkColor Codes
All color formats for development
HEX
#AF0454RGB
rgb(175, 4, 84)HSL
hsl(332, 96%, 35%)OKLCH
oklch(0.487 0.194 3.4)CMYK
cmyk(0%, 98%, 52%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D034B
2#8C0343
3#7A023A
4#690232
5#57022A
6#460121
7#340119
8#230111
9#110008
Tints
Lighter variations
1#CF0463
2#F00573
3#FA1C84
4#FB3C95
5#FC5DA7
6#FC7DB8
7#FD9ECA
8#FEBEDC
9#FEDFED
Tones
Muted variations
1#A60C54
2#9E1555
3#951D55
4#8D2656
5#842E56
6#7C3757
7#734058
8#6A4858
9#625159
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CC1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50A0 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E85 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D033C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500226 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320118 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F7;
--crimson-100: #FEDCEC;
--crimson-200: #FEBEDC;
--crimson-300: #FD8CC1;
--crimson-400: #FB50A0;
--crimson-500: #FA1E85;
--crimson-600: #DC0469;
--crimson-700: #AF0454;
--crimson-800: #7D033C;
--crimson-900: #500226;
--crimson-950: #320118;
}