Rose
#DE028E
PinkColor Codes
All color formats for development
HEX
#DE028ERGB
rgb(222, 2, 142)HSL
hsl(322, 98%, 44%)OKLCH
oklch(0.592 0.245 351.5)CMYK
cmyk(0%, 99%, 36%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8027F
2#B20271
3#9C0263
4#850155
5#6F0147
6#590139
7#43012A
8#2C001C
9#16000E
Tints
Lighter variations
1#FA03A0
2#FD1DAB
3#FD39B5
4#FD55C0
5#FE72CA
6#FE8ED5
7#FEAADF
8#FEC6EA
9#FFE3F4
Tones
Muted variations
1#D30D8B
2#C81888
3#BD2385
4#B22E82
5#A7397F
6#9C447C
7#914F79
8#865A76
9#7B6573
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD4 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EBD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CAA | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE028E | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510133 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F9;
--rose-100: #FFDCF2;
--rose-200: #FEBDE7;
--rose-300: #FE8BD4;
--rose-400: #FD4EBD;
--rose-500: #FD1CAA;
--rose-600: #DE028E;
--rose-700: #B10271;
--rose-800: #7E0150;
--rose-900: #510133;
--rose-950: #320120;
}