Rose
#FD1C63
PinkColor Codes
All color formats for development
HEX
#FD1C63RGB
rgb(253, 28, 99)HSL
hsl(341, 98%, 55%)OKLCH
oklch(0.641 0.246 12.2)CMYK
cmyk(0%, 89%, 61%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0351
2#DE0248
3#C2023F
4#A70236
5#8B012D
6#6F0124
7#53011B
8#380112
9#1C0009
Tints
Lighter variations
1#FD3373
2#FD4982
3#FD6092
4#FE77A1
5#FE8DB1
6#FEA4C1
7#FEBBD0
8#FFD2E0
9#FFE8EF
Tones
Muted variations
1#F12767
2#E6326B
3#DB3E6F
4#D04974
5#C45478
6#B95F7C
7#AE6B80
8#A37684
9#978188
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E86 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C63 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0248 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10239 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51011A | 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: #FFF0F5;
--rose-100: #FFDCE7;
--rose-200: #FEBDD2;
--rose-300: #FE8BAF;
--rose-400: #FD4E86;
--rose-500: #FD1C63;
--rose-600: #DE0248;
--rose-700: #B10239;
--rose-800: #7E0129;
--rose-900: #51011A;
--rose-950: #320110;
}