Rose
#D9086D
PinkColor Codes
All color formats for development
HEX
#D9086DRGB
rgb(217, 8, 109)HSL
hsl(331, 93%, 44%)OKLCH
oklch(0.573 0.229 2.3)CMYK
cmyk(0%, 96%, 50%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C30762
2#AD0657
3#98054C
4#820541
5#6C0436
6#57032B
7#410221
8#2B0216
9#16010B
Tints
Lighter variations
1#F4097B
2#F72389
3#F83E98
4#F95AA7
5#FA75B5
6#FB91C4
7#FCACD3
8#FDC8E2
9#FEE3F0
Tones
Muted variations
1#CE126D
2#C41D6D
3#B9276E
4#AF326E
5#A43C6E
6#9A466F
7#90516F
8#855B70
9#7B6670
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EC3 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953A3 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72289 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9086D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0656 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B043E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0328 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310219 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F7;
--rose-100: #FEDDED;
--rose-200: #FDBFDD;
--rose-300: #FB8EC3;
--rose-400: #F953A3;
--rose-500: #F72289;
--rose-600: #D9086D;
--rose-700: #AC0656;
--rose-800: #7B043E;
--rose-900: #4F0328;
--rose-950: #310219;
}