Rose
#FD1C5C
PinkColor Codes
All color formats for development
HEX
#FD1C5CRGB
rgb(253, 28, 92)HSL
hsl(343, 98%, 55%)OKLCH
oklch(0.639 0.246 14.3)CMYK
cmyk(0%, 89%, 64%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0349
2#DE0241
3#C20238
4#A70230
5#8B0128
6#6F0120
7#530118
8#380110
9#1C0008
Tints
Lighter variations
1#FD336C
2#FD497C
3#FD608D
4#FE779D
5#FE8DAD
6#FEA4BE
7#FEBBCE
8#FFD2DE
9#FFE8EF
Tones
Muted variations
1#F12760
2#E63265
3#DB3E6A
4#D0496F
5#C45474
6#B95F79
7#AE6B7E
8#A37683
9#978187
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E80 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C5C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0241 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10233 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0125 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510117 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F4;
--rose-100: #FFDCE6;
--rose-200: #FEBDD0;
--rose-300: #FE8BAB;
--rose-400: #FD4E80;
--rose-500: #FD1C5C;
--rose-600: #DE0241;
--rose-700: #B10233;
--rose-800: #7E0125;
--rose-900: #510117;
--rose-950: #32010F;
}