Crimson
#AF0459
PinkColor Codes
All color formats for development
HEX
#AF0459RGB
rgb(175, 4, 89)HSL
hsl(330, 96%, 35%)OKLCH
oklch(0.489 0.196 1.2)CMYK
cmyk(0%, 98%, 49%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0350
2#8C0347
3#7A023E
4#690236
5#57022D
6#460124
7#34011B
8#230112
9#110009
Tints
Lighter variations
1#CF046A
2#F0057A
3#FA1C8B
4#FB3C9C
5#FC5DAC
6#FC7DBD
7#FD9ECD
8#FEBEDE
9#FEDFEE
Tones
Muted variations
1#A60C59
2#9E1559
3#951D59
4#8D2659
5#842E59
6#7C3759
7#734059
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 #FEBEDE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CC4 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50A6 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E8C | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0470 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0459 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0340 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500229 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FFF0F7;
--crimson-100: #FEDCED;
--crimson-200: #FEBEDE;
--crimson-300: #FD8CC4;
--crimson-400: #FB50A6;
--crimson-500: #FA1E8C;
--crimson-600: #DC0470;
--crimson-700: #AF0459;
--crimson-800: #7D0340;
--crimson-900: #500229;
--crimson-950: #32011A;
}