Crimson
#C71A53
PinkColor Codes
All color formats for development
HEX
#C71A53RGB
rgb(199, 26, 83)HSL
hsl(340, 77%, 44%)OKLCH
oklch(0.539 0.203 10)CMYK
cmyk(0%, 87%, 58%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3174B
2#9F1543
3#8B123A
4#770F32
5#630D2A
6#4F0A21
7#3C0819
8#280511
9#140308
Tints
Lighter variations
1#E01D5E
2#E5356F
3#E84E81
4#EB6793
5#EF81A5
6#F29AB7
7#F5B3C9
8#F8CCDB
9#FCE6ED
Tones
Muted variations
1#BE2256
2#B52B59
3#AD345C
4#A43C5F
5#9B4562
6#934E65
7#8A5668
8#815F6A
9#79686D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B5 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA618F | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E5346F | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1542 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48091E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FDF1F5;
--crimson-100: #FBDFE9;
--crimson-200: #F7C4D5;
--crimson-300: #F297B5;
--crimson-400: #EA618F;
--crimson-500: #E5346F;
--crimson-600: #C71A53;
--crimson-700: #9E1542;
--crimson-800: #710F2F;
--crimson-900: #48091E;
--crimson-950: #2D0613;
}