Rose
#DE0265
PinkColor Codes
All color formats for development
HEX
#DE0265RGB
rgb(222, 2, 101)HSL
hsl(333, 98%, 44%)OKLCH
oklch(0.579 0.232 5.9)CMYK
cmyk(0%, 99%, 55%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8025B
2#B20251
3#9C0247
4#85013D
5#6F0133
6#590128
7#43011E
8#2C0014
9#16000A
Tints
Lighter variations
1#FA0372
2#FD1D82
3#FD3991
4#FD55A1
5#FE72B1
6#FE8EC0
7#FEAAD0
8#FEC6E0
9#FFE3EF
Tones
Muted variations
1#D30D66
2#C81867
3#BD2369
4#B22E6A
5#A7396B
6#9C446C
7#914F6D
8#865A6E
9#7B656F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BBF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E9D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0265 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10251 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E013A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510125 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F7;
--rose-100: #FFDCEB;
--rose-200: #FEBDDB;
--rose-300: #FE8BBF;
--rose-400: #FD4E9D;
--rose-500: #FD1C81;
--rose-600: #DE0265;
--rose-700: #B10251;
--rose-800: #7E013A;
--rose-900: #510125;
--rose-950: #320117;
}