Rose
#DE0286
PinkColor Codes
All color formats for development
HEX
#DE0286RGB
rgb(222, 2, 134)HSL
hsl(324, 98%, 44%)OKLCH
oklch(0.589 0.242 354.3)CMYK
cmyk(0%, 99%, 40%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80279
2#B2026B
3#9C025E
4#850151
5#6F0143
6#590136
7#430128
8#2C001B
9#16000D
Tints
Lighter variations
1#FA0397
2#FD1DA3
3#FD39AF
4#FD55BA
5#FE72C6
6#FE8ED1
7#FEAADD
8#FEC6E8
9#FFE3F4
Tones
Muted variations
1#D30D84
2#C81882
3#BD2380
4#B22E7D
5#A7397B
6#9C4479
7#914F77
8#865A75
9#7B6572
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 #FEBDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD0 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EB7 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1026B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510131 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F9;
--rose-100: #FFDCF1;
--rose-200: #FEBDE4;
--rose-300: #FE8BD0;
--rose-400: #FD4EB7;
--rose-500: #FD1CA3;
--rose-600: #DE0286;
--rose-700: #B1026B;
--rose-800: #7E014C;
--rose-900: #510131;
--rose-950: #32011E;
}