Rose
#F42566
PinkColor Codes
All color formats for development
HEX
#F42566RGB
rgb(244, 37, 102)HSL
hsl(341, 90%, 55%)OKLCH
oklch(0.63 0.235 10.7)CMYK
cmyk(0%, 85%, 58%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F00D55
2#D50B4B
3#BB0A42
4#A00838
5#85072F
6#6B0626
7#50041C
8#350313
9#1B0109
Tints
Lighter variations
1#F53B76
2#F65185
3#F76694
4#F87CA3
5#F992B3
6#FAA8C2
7#FCBED1
8#FDD3E0
9#FEE9F0
Tones
Muted variations
1#E92F6A
2#DF3A6E
3#D54472
4#CA4E76
5#C05979
6#B6637D
7#AB6D81
8#A17885
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 #FCC0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B1 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65588 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42566 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA093C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79062B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FEF0F5;
--rose-100: #FDDDE7;
--rose-200: #FCC0D3;
--rose-300: #F990B1;
--rose-400: #F65588;
--rose-500: #F42566;
--rose-600: #D50B4B;
--rose-700: #AA093C;
--rose-800: #79062B;
--rose-900: #4E041B;
--rose-950: #300311;
}