Crimson
#CA164F
PinkColor Codes
All color formats for development
HEX
#CA164FRGB
rgb(202, 22, 79)HSL
hsl(341, 80%, 44%)OKLCH
oklch(0.542 0.207 11.7)CMYK
cmyk(0%, 89%, 61%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B61447
2#A2123F
3#8D1038
4#790D30
5#650B28
6#510920
7#3D0718
8#280410
9#140208
Tints
Lighter variations
1#E41959
2#E8316B
3#EB4B7E
4#EE6590
5#F17EA3
6#F498B5
7#F6B2C8
8#F9CCDA
9#FCE5ED
Tones
Muted variations
1#C11F53
2#B82856
3#AF3159
4#A63A5C
5#9D4360
6#944C63
7#8B5566
8#825E6A
9#79676D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E8C | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8306B | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA164F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1123F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0512 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FDF1F5;
--crimson-100: #FBDFE8;
--crimson-200: #F8C3D4;
--crimson-300: #F395B3;
--crimson-400: #ED5E8C;
--crimson-500: #E8306B;
--crimson-600: #CA164F;
--crimson-700: #A1123F;
--crimson-800: #730D2D;
--crimson-900: #49081D;
--crimson-950: #2E0512;
}