Rose
#DE0269
PinkColor Codes
All color formats for development
HEX
#DE0269RGB
rgb(222, 2, 105)HSL
hsl(332, 98%, 44%)OKLCH
oklch(0.58 0.233 4.5)CMYK
cmyk(0%, 99%, 53%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8025E
2#B20254
3#9C0249
4#85013F
5#6F0134
6#59012A
7#43011F
8#2C0015
9#16000A
Tints
Lighter variations
1#FA0376
2#FD1D85
3#FD3995
4#FD55A4
5#FE72B3
6#FE8EC2
7#FEAAD1
8#FEC6E1
9#FFE3F0
Tones
Muted variations
1#D30D6A
2#C8186A
3#BD236B
4#B22E6C
5#A7396D
6#9C446D
7#914F6E
8#865A6F
9#7B656F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BC1 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EA0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10253 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E013C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510126 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320118 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F7;
--rose-100: #FFDCEC;
--rose-200: #FEBDDC;
--rose-300: #FE8BC1;
--rose-400: #FD4EA0;
--rose-500: #FD1C85;
--rose-600: #DE0269;
--rose-700: #B10253;
--rose-800: #7E013C;
--rose-900: #510126;
--rose-950: #320118;
}