Rose
#DD0365
PinkColor Codes
All color formats for development
HEX
#DD0365RGB
rgb(221, 3, 101)HSL
hsl(333, 97%, 44%)OKLCH
oklch(0.577 0.231 5.8)CMYK
cmyk(0%, 99%, 54%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7035B
2#B10351
3#9B0247
4#85023D
5#6F0233
6#580129
7#42011E
8#2C0114
9#16000A
Tints
Lighter variations
1#F90472
2#FC1E82
3#FC3A91
4#FC56A1
5#FD72B1
6#FD8EC0
7#FEABD0
8#FEC7E0
9#FFE3EF
Tones
Muted variations
1#D20E66
2#C71967
3#BC2469
4#B22F6A
5#A73A6B
6#9C456C
7#91506D
8#865A6E
9#7B656F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BBF | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F9D | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0365 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00351 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E023A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500125 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F7;
--rose-100: #FEDCEB;
--rose-200: #FEBEDB;
--rose-300: #FD8BBF;
--rose-400: #FC4F9D;
--rose-500: #FC1D81;
--rose-600: #DD0365;
--rose-700: #B00351;
--rose-800: #7E023A;
--rose-900: #500125;
--rose-950: #320117;
}