Rose
#F52466
PinkColor Codes
All color formats for development
HEX
#F52466RGB
rgb(245, 36, 102)HSL
hsl(341, 91%, 55%)OKLCH
oklch(0.631 0.236 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#F10B54
2#D60A4B
3#BC0941
4#A10838
5#86062F
6#6B0525
7#50041C
8#360313
9#1B0109
Tints
Lighter variations
1#F63A75
2#F75085
3#F86694
4#F97BA3
5#FA91B2
6#FBA7C2
7#FCBDD1
8#FDD3E0
9#FEE9F0
Tones
Muted variations
1#EA2E6A
2#E0396E
3#D54371
4#CB4E75
5#C05879
6#B6627D
7#AC6D81
8#A17785
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 | FA8F #FA8FB1 | BordersInactive statesPlaceholder text |
| 400 | F755 #F75588 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52466 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA083B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A062A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E041B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310211 | 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: #FA8FB1;
--rose-400: #F75588;
--rose-500: #F52466;
--rose-600: #D60A4B;
--rose-700: #AA083B;
--rose-800: #7A062A;
--rose-900: #4E041B;
--rose-950: #310211;
}