Rose
#FD1C76
PinkColor Codes
All color formats for development
HEX
#FD1C76RGB
rgb(253, 28, 118)HSL
hsl(336, 98%, 55%)OKLCH
oklch(0.645 0.249 6.1)CMYK
cmyk(0%, 89%, 53%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA0365
2#DE025A
3#C2024F
4#A70244
5#8B0138
6#6F012D
7#530122
8#380117
9#1C000B
Tints
Lighter variations
1#FD3383
2#FD4991
3#FD609F
4#FE77AD
5#FE8DBA
6#FEA4C8
7#FEBBD6
8#FFD2E4
9#FFE8F1
Tones
Muted variations
1#F12778
2#E6327A
3#DB3E7D
4#D0497F
5#C45481
6#B95F83
7#AE6B86
8#A37688
9#97818A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BB9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E94 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C76 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE025A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510121 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320115 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F6;
--rose-100: #FFDCEA;
--rose-200: #FEBDD7;
--rose-300: #FE8BB9;
--rose-400: #FD4E94;
--rose-500: #FD1C76;
--rose-600: #DE025A;
--rose-700: #B10248;
--rose-800: #7E0133;
--rose-900: #510121;
--rose-950: #320115;
}