Rose
#FD1C5F
PinkColor Codes
All color formats for development
HEX
#FD1C5FRGB
rgb(253, 28, 95)HSL
hsl(342, 98%, 55%)OKLCH
oklch(0.64 0.246 13.4)CMYK
cmyk(0%, 89%, 62%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA034D
2#DE0244
3#C2023C
4#A70233
5#8B012B
6#6F0122
7#53011A
8#380111
9#1C0009
Tints
Lighter variations
1#FD336F
2#FD497F
3#FD608F
4#FE779F
5#FE8DAF
6#FEA4BF
7#FEBBCF
8#FFD2DF
9#FFE8EF
Tones
Muted variations
1#F12764
2#E63268
3#DB3E6D
4#D04971
5#C45476
6#B95F7A
7#AE6B7F
8#A37683
9#978188
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 #FEBDD1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAD | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E83 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C5F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0244 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10236 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510119 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320110 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F4;
--rose-100: #FFDCE6;
--rose-200: #FEBDD1;
--rose-300: #FE8BAD;
--rose-400: #FD4E83;
--rose-500: #FD1C5F;
--rose-600: #DE0244;
--rose-700: #B10236;
--rose-800: #7E0127;
--rose-900: #510119;
--rose-950: #320110;
}