Rose
#D60A7E
PinkColor Codes
All color formats for development
HEX
#D60A7ERGB
rgb(214, 10, 126)HSL
hsl(326, 91%, 44%)OKLCH
oklch(0.574 0.232 355.5)CMYK
cmyk(0%, 95%, 41%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C10971
2#AB0865
3#960758
4#81064B
5#6B053F
6#560432
7#400326
8#2B0219
9#15010D
Tints
Lighter variations
1#F20B8E
2#F5259B
3#F640A7
4#F75BB4
5#F977C0
6#FA92CD
7#FBADD9
8#FCC8E6
9#FEE4F2
Tones
Muted variations
1#CC147C
2#C21F7B
3#B8297A
4#AD3378
5#A33D77
6#994776
7#8F5274
8#855C73
9#7A6672
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FCB | BordersInactive statesPlaceholder text |
| 400 | F755 #F755B1 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F5249A | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F8;
--rose-100: #FDDDEF;
--rose-200: #FCC0E2;
--rose-300: #FA8FCB;
--rose-400: #F755B1;
--rose-500: #F5249A;
--rose-600: #D60A7E;
--rose-700: #AA0864;
--rose-800: #7A0647;
--rose-900: #4E042E;
--rose-950: #31021D;
}