Rose
#CB1579
PinkColor Codes
All color formats for development
HEX
#CB1579RGB
rgb(203, 21, 121)HSL
hsl(327, 81%, 44%)OKLCH
oklch(0.556 0.219 355.2)CMYK
cmyk(0%, 90%, 40%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B7136D
2#A21161
3#8E0F55
4#7A0D49
5#660B3D
6#510931
7#3D0624
8#290418
9#14020C
Tints
Lighter variations
1#E51889
2#E93096
3#EC4AA3
4#EF64B0
5#F17EBD
6#F498CB
7#F7B1D8
8#FACBE5
9#FCE5F2
Tones
Muted variations
1#C21E78
2#B92777
3#B03177
4#A73A76
5#9E4375
6#954C74
7#8B5573
8#825E72
9#796771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495C9 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DAD | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F96 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21160 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A082C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF1F8;
--rose-100: #FCDFEF;
--rose-200: #F9C3E1;
--rose-300: #F495C9;
--rose-400: #EE5DAD;
--rose-500: #E92F96;
--rose-600: #CB1579;
--rose-700: #A21160;
--rose-800: #730C45;
--rose-900: #4A082C;
--rose-950: #2E051C;
}