Rose
#FD1C6B
PinkColor Codes
All color formats for development
HEX
#FD1C6BRGB
rgb(253, 28, 107)HSL
hsl(339, 98%, 55%)OKLCH
oklch(0.643 0.247 9.7)CMYK
cmyk(0%, 89%, 58%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0359
2#DE024F
3#C20245
4#A7023B
5#8B0132
6#6F0128
7#53011E
8#380114
9#1C000A
Tints
Lighter variations
1#FD3379
2#FD4988
3#FD6097
4#FE77A6
5#FE8DB5
6#FEA4C4
7#FEBBD2
8#FFD2E1
9#FFE8F0
Tones
Muted variations
1#F1276E
2#E63271
3#DB3E75
4#D04978
5#C4547B
6#B95F7F
7#AE6B82
8#A37686
9#978189
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BB3 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E8C | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C6B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE024F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1023F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E012D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51011D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320112 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F5;
--rose-100: #FFDCE8;
--rose-200: #FEBDD4;
--rose-300: #FE8BB3;
--rose-400: #FD4E8C;
--rose-500: #FD1C6B;
--rose-600: #DE024F;
--rose-700: #B1023F;
--rose-800: #7E012D;
--rose-900: #51011D;
--rose-950: #320112;
}