Rose
#FD1C6E
PinkColor Codes
All color formats for development
HEX
#FD1C6ERGB
rgb(253, 28, 110)HSL
hsl(338, 98%, 55%)OKLCH
oklch(0.643 0.247 8.7)CMYK
cmyk(0%, 89%, 57%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA035D
2#DE0253
3#C20249
4#A7023E
5#8B0134
6#6F0129
7#53011F
8#380115
9#1C000A
Tints
Lighter variations
1#FD337D
2#FD498B
3#FD609A
4#FE77A8
5#FE8DB7
6#FEA4C5
7#FEBBD4
8#FFD2E2
9#FFE8F1
Tones
Muted variations
1#F12771
2#E63274
3#DB3E77
4#D0497A
5#C4547D
6#B95F80
7#AE6B83
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 #FEBDD5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BB5 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E8E | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C6E | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0253 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10242 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E012F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51011E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320113 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F5;
--rose-100: #FFDCE8;
--rose-200: #FEBDD5;
--rose-300: #FE8BB5;
--rose-400: #FD4E8E;
--rose-500: #FD1C6E;
--rose-600: #DE0253;
--rose-700: #B10242;
--rose-800: #7E012F;
--rose-900: #51011E;
--rose-950: #320113;
}