Crimson
#C51B68
PinkColor Codes
All color formats for development
HEX
#C51B68RGB
rgb(197, 27, 104)HSL
hsl(333, 76%, 44%)OKLCH
oklch(0.542 0.205 1)CMYK
cmyk(0%, 86%, 47%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2185D
2#9E1653
3#8A1349
4#76103E
5#630D34
6#4F0B29
7#3B081F
8#270515
9#14030A
Tints
Lighter variations
1#DF1E75
2#E43684
3#E74F93
4#EA68A3
5#EE81B2
6#F19AC2
7#F5B4D1
8#F8CDE0
9#FCE6F0
Tones
Muted variations
1#BD2369
2#B42C69
3#AC356A
4#A33D6B
5#9B466C
6#924E6D
7#8A576E
8#815F6E
9#79686F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33584 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1552 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--crimson-50: #FDF2F7;
--crimson-100: #FBE0EC;
--crimson-200: #F7C5DB;
--crimson-300: #F198C0;
--crimson-400: #EA629F;
--crimson-500: #E33584;
--crimson-600: #C51B68;
--crimson-700: #9D1552;
--crimson-800: #700F3B;
--crimson-900: #480A26;
--crimson-950: #2D0618;
}