Rose
#F42563
PinkColor Codes
All color formats for development
HEX
#F42563RGB
rgb(244, 37, 99)HSL
hsl(342, 90%, 55%)OKLCH
oklch(0.629 0.235 11.7)CMYK
cmyk(0%, 85%, 59%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F00D51
2#D50B48
3#BB0A3F
4#A00836
5#85072D
6#6B0624
7#50041B
8#350312
9#1B0109
Tints
Lighter variations
1#F53B73
2#F65182
3#F76692
4#F87CA1
5#F992B1
6#FAA8C1
7#FCBED0
8#FDD3E0
9#FEE9EF
Tones
Muted variations
1#E92F67
2#DF3A6B
3#D5446F
4#CA4E73
5#C05978
6#B6637C
7#AB6D80
8#A17884
9#978288
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990AF | BordersInactive statesPlaceholder text |
| 400 | F655 #F65586 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42563 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0939 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790629 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300310 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F5;
--rose-100: #FDDDE7;
--rose-200: #FCC0D2;
--rose-300: #F990AF;
--rose-400: #F65586;
--rose-500: #F42563;
--rose-600: #D50B48;
--rose-700: #AA0939;
--rose-800: #790629;
--rose-900: #4E041A;
--rose-950: #300310;
}