Crimson
#C51B54
PinkColor Codes
All color formats for development
HEX
#C51B54RGB
rgb(197, 27, 84)HSL
hsl(340, 76%, 44%)OKLCH
oklch(0.536 0.201 9.3)CMYK
cmyk(0%, 86%, 57%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2184B
2#9E1643
3#8A133B
4#761032
5#630D2A
6#4F0B22
7#3B0819
8#270511
9#140308
Tints
Lighter variations
1#DF1E5E
2#E43670
3#E74F82
4#EA6894
5#EE81A6
6#F19AB7
7#F5B4C9
8#F8CDDB
9#FCE6ED
Tones
Muted variations
1#BD2357
2#B42C59
3#AC355C
4#A33D5F
5#9B4662
6#924E65
7#8A5768
8#815F6B
9#79686D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1E | 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: #FDF2F5;
--crimson-100: #FBE0E9;
--crimson-200: #F7C5D5;
--crimson-300: #F198B5;
--crimson-400: #EA628F;
--crimson-500: #E3356F;
--crimson-600: #C51B54;
--crimson-700: #9D1543;
--crimson-800: #700F30;
--crimson-900: #480A1E;
--crimson-950: #2D0613;
}