Rose
#DE0270
PinkColor Codes
All color formats for development
HEX
#DE0270RGB
rgb(222, 2, 112)HSL
hsl(330, 98%, 44%)OKLCH
oklch(0.582 0.234 2)CMYK
cmyk(0%, 99%, 50%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80265
2#B2025A
3#9C024F
4#850143
5#6F0138
6#59012D
7#430122
8#2C0016
9#16000B
Tints
Lighter variations
1#FA037E
2#FD1D8D
3#FD399B
4#FD55A9
5#FE72B8
6#FE8EC6
7#FEAAD4
8#FEC6E2
9#FFE3F1
Tones
Muted variations
1#D30D70
2#C81870
3#BD2370
4#B22E70
5#A73970
6#9C4470
7#914F70
8#865A70
9#7B6570
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDE | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BC4 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EA6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C8C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0270 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10259 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0140 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510129 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F7;
--rose-100: #FFDCED;
--rose-200: #FEBDDE;
--rose-300: #FE8BC4;
--rose-400: #FD4EA6;
--rose-500: #FD1C8C;
--rose-600: #DE0270;
--rose-700: #B10259;
--rose-800: #7E0140;
--rose-900: #510129;
--rose-950: #32011A;
}