Crimson
#AC0656
PinkColor Codes
All color formats for development
HEX
#AC0656RGB
rgb(172, 6, 86)HSL
hsl(331, 93%, 35%)OKLCH
oklch(0.483 0.192 1.9)CMYK
cmyk(0%, 97%, 50%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B064E
2#8A0545
3#79043D
4#670434
5#56032B
6#450223
7#34021A
8#220111
9#110109
Tints
Lighter variations
1#CC0767
2#EC0977
3#F71F87
4#F83F98
5#F95FAA
6#FA7FBB
7#FC9FCC
8#FDBFDD
9#FEDFEE
Tones
Muted variations
1#A40F57
2#9C1757
3#931F57
4#8B2758
5#833058
6#7A3858
7#724058
8#6A4959
9#625159
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EC3 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953A3 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72289 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9086D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0656 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B043E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0328 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310219 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FEF0F7;
--crimson-100: #FEDDED;
--crimson-200: #FDBFDD;
--crimson-300: #FB8EC3;
--crimson-400: #F953A3;
--crimson-500: #F72289;
--crimson-600: #D9086D;
--crimson-700: #AC0656;
--crimson-800: #7B043E;
--crimson-900: #4F0328;
--crimson-950: #310219;
}