Rose
#D30D84
PinkColor Codes
All color formats for development
HEX
#D30D84RGB
rgb(211, 13, 132)HSL
hsl(324, 88%, 44%)OKLCH
oklch(0.571 0.232 352.7)CMYK
cmyk(0%, 94%, 37%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0C77
2#A90B6A
3#94095C
4#7F084F
5#690742
6#540535
7#3F0428
8#2A031A
9#15010D
Tints
Lighter variations
1#EE0F95
2#F128A1
3#F343AD
4#F55EB8
5#F679C4
6#F894D0
7#FAAEDC
8#FCC9E7
9#FDE4F3
Tones
Muted variations
1#C91782
2#BF2180
3#B52B7E
4#AB357C
5#A23F7A
6#984978
7#8E5376
8#845C74
9#7A6672
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CF | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78084B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0530 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF1F9;
--rose-100: #FDDDF0;
--rose-200: #FBC1E4;
--rose-300: #F891CF;
--rose-400: #F457B5;
--rose-500: #F127A0;
--rose-600: #D30D84;
--rose-700: #A80B69;
--rose-800: #78084B;
--rose-900: #4D0530;
--rose-950: #30031E;
}