Rose
#FA1E64
PinkColor Codes
All color formats for development
HEX
#FA1E64RGB
rgb(250, 30, 100)HSL
hsl(341, 96%, 55%)OKLCH
oklch(0.637 0.243 11.6)CMYK
cmyk(0%, 88%, 60%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F70552
2#DC0449
3#C00440
4#A50337
5#89032D
6#6E0224
7#52021B
8#370112
9#1B0109
Tints
Lighter variations
1#FB3573
2#FB4B83
3#FC6292
4#FC78A2
5#FD8FB1
6#FDA5C1
7#FEBCD0
8#FED2E0
9#FFE9EF
Tones
Muted variations
1#EF2968
2#E4346C
3#D93F70
4#CE4A74
5#C35578
6#B8607C
7#AD6B80
8#A27684
9#978188
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CB0 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5086 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E64 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0449 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF043A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0329 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50021A | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320111 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F5;
--rose-100: #FEDCE7;
--rose-200: #FEBED2;
--rose-300: #FD8CB0;
--rose-400: #FB5086;
--rose-500: #FA1E64;
--rose-600: #DC0449;
--rose-700: #AF043A;
--rose-800: #7D0329;
--rose-900: #50021A;
--rose-950: #320111;
}