Rose
#C81976
PinkColor Codes
All color formats for development
HEX
#C81976RGB
rgb(200, 25, 118)HSL
hsl(328, 78%, 44%)OKLCH
oklch(0.551 0.214 355.9)CMYK
cmyk(0%, 88%, 41%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4166A
2#A0145E
3#8C1153
4#780F47
5#640C3B
6#500A2F
7#3C0723
8#280518
9#14020C
Tints
Lighter variations
1#E11C85
2#E63493
3#E94DA0
4#EC66AE
5#EF80BB
6#F299C9
7#F6B3D6
8#F9CCE4
9#FCE6F1
Tones
Muted variations
1#BF2175
2#B62A75
3#AD3374
4#A53C74
5#9C4473
6#934D73
7#8A5672
8#825F71
9#796771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60AA | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63392 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81976 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F145E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FDF1F8;
--rose-100: #FBDFEE;
--rose-200: #F8C4E0;
--rose-300: #F297C7;
--rose-400: #EB60AA;
--rose-500: #E63392;
--rose-600: #C81976;
--rose-700: #9F145E;
--rose-800: #710E43;
--rose-900: #49092B;
--rose-950: #2D061B;
}