Rose
#D7097B
PinkColor Codes
All color formats for development
HEX
#D7097BRGB
rgb(215, 9, 123)HSL
hsl(327, 92%, 44%)OKLCH
oklch(0.574 0.232 356.8)CMYK
cmyk(0%, 96%, 43%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2086E
2#AC0762
3#970656
4#81054A
5#6C043D
6#560431
7#410325
8#2B0219
9#16010C
Tints
Lighter variations
1#F30A8A
2#F62497
3#F73FA4
4#F85AB1
5#F976BE
6#FA91CB
7#FCADD8
8#FDC8E5
9#FEE4F2
Tones
Muted variations
1#CD1379
2#C31E78
3#B82877
4#AE3276
5#A43D75
6#994774
7#8F5173
8#855C72
9#7B6671
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ECA | BordersInactive statesPlaceholder text |
| 400 | F854 #F854AE | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62397 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7097B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0761 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E032D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F8;
--rose-100: #FEDDEF;
--rose-200: #FCBFE1;
--rose-300: #FA8ECA;
--rose-400: #F854AE;
--rose-500: #F62397;
--rose-600: #D7097B;
--rose-700: #AB0761;
--rose-800: #7A0546;
--rose-900: #4E032D;
--rose-950: #31021C;
}