Rose
#DE0283
PinkColor Codes
All color formats for development
HEX
#DE0283RGB
rgb(222, 2, 131)HSL
hsl(325, 98%, 44%)OKLCH
oklch(0.588 0.241 355.3)CMYK
cmyk(0%, 99%, 41%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80275
2#B20268
3#9C025B
4#85014E
5#6F0141
6#590134
7#430127
8#2C001A
9#16000D
Tints
Lighter variations
1#FA0393
2#FD1D9F
3#FD39AB
4#FD55B7
5#FE72C3
6#FE8ECF
7#FEAADB
8#FEC6E7
9#FFE3F3
Tones
Muted variations
1#D30D81
2#C8187F
3#BD237D
4#B22E7B
5#A73979
6#9C4478
7#914F76
8#865A74
9#7B6572
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BCE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EB4 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51012F | 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: #FFDCF0;
--rose-200: #FEBDE3;
--rose-300: #FE8BCE;
--rose-400: #FD4EB4;
--rose-500: #FD1C9F;
--rose-600: #DE0283;
--rose-700: #B10268;
--rose-800: #7E014A;
--rose-900: #51012F;
--rose-950: #32011E;
}