Rose
#D50B7E
PinkColor Codes
All color formats for development
HEX
#D50B7ERGB
rgb(213, 11, 126)HSL
hsl(326, 90%, 44%)OKLCH
oklch(0.572 0.231 355.3)CMYK
cmyk(0%, 95%, 41%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C00A71
2#AB0965
3#950858
4#80074B
5#6B063F
6#550432
7#400326
8#2B0219
9#15010D
Tints
Lighter variations
1#F00D8E
2#F4269A
3#F541A7
4#F65CB4
5#F877C0
6#F992CD
7#FBAED9
8#FCC9E6
9#FEE4F2
Tones
Muted variations
1#CB157C
2#C11F7B
3#B72A7A
4#AD3478
5#A33E77
6#994876
7#8E5274
8#845C73
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 | F990 #F990CB | BordersInactive statesPlaceholder text |
| 400 | F655 #F655B0 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F4259A | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031D | 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: #F990CB;
--rose-400: #F655B0;
--rose-500: #F4259A;
--rose-600: #D50B7E;
--rose-700: #AA0964;
--rose-800: #790647;
--rose-900: #4E042E;
--rose-950: #30031D;
}