Rose
#D30D7D
PinkColor Codes
All color formats for development
HEX
#D30D7DRGB
rgb(211, 13, 125)HSL
hsl(326, 88%, 44%)OKLCH
oklch(0.569 0.229 355.3)CMYK
cmyk(0%, 94%, 41%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C71
2#A90B64
3#940958
4#7F084B
5#69073F
6#540532
7#3F0426
8#2A0319
9#15010D
Tints
Lighter variations
1#EE0F8D
2#F1289A
3#F343A7
4#F55EB3
5#F679C0
6#F894CD
7#FAAED9
8#FCC9E6
9#FDE4F2
Tones
Muted variations
1#C9177C
2#BF217B
3#B52B79
4#AB3578
5#A23F77
6#984975
7#8E5374
8#845C73
9#7A6672
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CB | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1279A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF1F8;
--rose-100: #FDDDEF;
--rose-200: #FBC1E2;
--rose-300: #F891CB;
--rose-400: #F457B0;
--rose-500: #F1279A;
--rose-600: #D30D7D;
--rose-700: #A80B64;
--rose-800: #780847;
--rose-900: #4D052E;
--rose-950: #30031C;
}