Rose
#C91876
PinkColor Codes
All color formats for development
HEX
#C91876RGB
rgb(201, 24, 118)HSL
hsl(328, 79%, 44%)OKLCH
oklch(0.552 0.215 356.1)CMYK
cmyk(0%, 88%, 41%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5156A
2#A1135E
3#8D1053
4#790E47
5#640C3B
6#50092F
7#3C0723
8#280518
9#14020C
Tints
Lighter variations
1#E21B85
2#E73393
3#EA4CA0
4#ED66AE
5#F07FBB
6#F399C9
7#F6B2D6
8#F9CCE4
9#FCE5F1
Tones
Muted variations
1#C02076
2#B72975
3#AE3274
4#A53B74
5#9D4473
6#944D73
7#8B5672
8#825E71
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 | F396 #F396C7 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FAA | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73292 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0135E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051B | 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: #F396C7;
--rose-400: #EC5FAA;
--rose-500: #E73292;
--rose-600: #C91876;
--rose-700: #A0135E;
--rose-800: #720D43;
--rose-900: #49092B;
--rose-950: #2E051B;
}