Crimson
#CA1664
PinkColor Codes
All color formats for development
HEX
#CA1664RGB
rgb(202, 22, 100)HSL
hsl(334, 80%, 44%)OKLCH
oklch(0.548 0.211 3.4)CMYK
cmyk(0%, 89%, 50%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6145A
2#A21250
3#8D1046
4#790D3C
5#650B32
6#510928
7#3D071E
8#280414
9#14020A
Tints
Lighter variations
1#E41971
2#E83181
3#EB4B90
4#EE65A0
5#F17EB0
6#F498C0
7#F6B2D0
8#F9CCDF
9#FCE5EF
Tones
Muted variations
1#C11F65
2#B82867
3#AF3168
4#A63A69
5#9D436A
6#944C6B
7#8B556D
8#825E6E
9#79676F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395BE | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E9C | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83080 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1664 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490824 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0517 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FDF1F7;
--crimson-100: #FBDFEB;
--crimson-200: #F8C3DA;
--crimson-300: #F395BE;
--crimson-400: #ED5E9C;
--crimson-500: #E83080;
--crimson-600: #CA1664;
--crimson-700: #A11250;
--crimson-800: #730D39;
--crimson-900: #490824;
--crimson-950: #2E0517;
}