Rose
#D70977
PinkColor Codes
All color formats for development
HEX
#D70977RGB
rgb(215, 9, 119)HSL
hsl(328, 92%, 44%)OKLCH
oklch(0.573 0.23 358.3)CMYK
cmyk(0%, 96%, 45%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2086B
2#AC075F
3#970653
4#810547
5#6C043C
6#560430
7#410324
8#2B0218
9#16010C
Tints
Lighter variations
1#F30A86
2#F62494
3#F73FA1
4#F85AAF
5#F976BC
6#FA91C9
7#FCADD7
8#FDC8E4
9#FEE4F2
Tones
Muted variations
1#CD1376
2#C31E76
3#B82875
4#AE3274
5#A43D74
6#994773
7#8F5172
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 #FEDDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EC8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854AB | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62393 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB075F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E032B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F8;
--rose-100: #FEDDEE;
--rose-200: #FCBFE0;
--rose-300: #FA8EC8;
--rose-400: #F854AB;
--rose-500: #F62393;
--rose-600: #D70977;
--rose-700: #AB075F;
--rose-800: #7A0544;
--rose-900: #4E032B;
--rose-950: #31021B;
}