Rose
#DE028A
PinkColor Codes
All color formats for development
HEX
#DE028ARGB
rgb(222, 2, 138)HSL
hsl(323, 98%, 44%)OKLCH
oklch(0.591 0.243 352.9)CMYK
cmyk(0%, 99%, 38%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8027C
2#B2026E
3#9C0260
4#850153
5#6F0145
6#590137
7#430129
8#2C001C
9#16000E
Tints
Lighter variations
1#FA039B
2#FD1DA7
3#FD39B2
4#FD55BD
5#FE72C8
6#FE8ED3
7#FEAADE
8#FEC6E9
9#FFE3F4
Tones
Muted variations
1#D30D87
2#C81885
3#BD2382
4#B22E80
5#A7397D
6#9C447A
7#914F78
8#865A75
9#7B6573
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EBA | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE028A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1026E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510132 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F9;
--rose-100: #FFDCF1;
--rose-200: #FEBDE5;
--rose-300: #FE8BD2;
--rose-400: #FD4EBA;
--rose-500: #FD1CA6;
--rose-600: #DE028A;
--rose-700: #B1026E;
--rose-800: #7E014E;
--rose-900: #510132;
--rose-950: #32011F;
}