Rose
#DE0278
PinkColor Codes
All color formats for development
HEX
#DE0278RGB
rgb(222, 2, 120)HSL
hsl(328, 98%, 44%)OKLCH
oklch(0.585 0.237 359.2)CMYK
cmyk(0%, 99%, 46%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8026C
2#B20260
3#9C0254
4#850148
5#6F013C
6#590130
7#430124
8#2C0018
9#16000C
Tints
Lighter variations
1#FA0387
2#FD1D94
3#FD39A2
4#FD55AF
5#FE72BC
6#FE8ECA
7#FEAAD7
8#FEC6E4
9#FFE3F2
Tones
Muted variations
1#D30D77
2#C81876
3#BD2375
4#B22E75
5#A73974
6#9C4473
7#914F72
8#865A72
9#7B6571
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BC8 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EAC | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C94 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0278 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1025F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0144 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51012B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F8;
--rose-100: #FFDCEE;
--rose-200: #FEBDE0;
--rose-300: #FE8BC8;
--rose-400: #FD4EAC;
--rose-500: #FD1C94;
--rose-600: #DE0278;
--rose-700: #B1025F;
--rose-800: #7E0144;
--rose-900: #51012B;
--rose-950: #32011B;
}