Rose
#D11077
PinkColor Codes
All color formats for development
HEX
#D11077RGB
rgb(209, 16, 119)HSL
hsl(328, 86%, 44%)OKLCH
oklch(0.564 0.224 357.2)CMYK
cmyk(0%, 92%, 43%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC0E6B
2#A70D5F
3#920B53
4#7D0947
5#68083B
6#53062F
7#3F0524
8#2A0318
9#15020C
Tints
Lighter variations
1#EB1286
2#EF2B93
3#F145A1
4#F360AE
5#F57ABC
6#F795C9
7#F9AFD7
8#FBCAE4
9#FDE4F2
Tones
Muted variations
1#C71976
2#BD2375
3#B42D75
4#AA3674
5#A04073
6#974A73
7#8D5372
8#835D71
9#7A6771
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792C8 | BordersInactive statesPlaceholder text |
| 400 | F359 #F359AB | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2A93 | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D11077 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60C5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770943 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C062B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF1F8;
--rose-100: #FDDEEE;
--rose-200: #FAC1E0;
--rose-300: #F792C8;
--rose-400: #F359AB;
--rose-500: #EF2A93;
--rose-600: #D11077;
--rose-700: #A60C5E;
--rose-800: #770943;
--rose-900: #4C062B;
--rose-950: #2F041B;
}