Rose
#FF1A62
PinkColor Codes
All color formats for development
HEX
#FF1A62RGB
rgb(255, 26, 98)HSL
hsl(341, 100%, 55%)OKLCH
oklch(0.644 0.248 12.6)CMYK
cmyk(0%, 90%, 62%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC0050
2#E00047
3#C4003E
4#A80035
5#8C002C
6#700024
7#54001B
8#380012
9#1C0009
Tints
Lighter variations
1#FF3072
2#FF4782
3#FF5E91
4#FF75A1
5#FF8CB1
6#FFA3C0
7#FFBAD0
8#FFD1E0
9#FFE8EF
Tones
Muted variations
1#F42566
2#E8306B
3#DD3C6F
4#D14773
5#C65377
6#BA5E7B
7#AF6A80
8#A37584
9#988188
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AAF | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D85 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A62 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00047 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800028 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52001A | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330010 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F5;
--rose-100: #FFDBE7;
--rose-200: #FFBDD2;
--rose-300: #FF8AAF;
--rose-400: #FF4D85;
--rose-500: #FF1A62;
--rose-600: #E00047;
--rose-700: #B30039;
--rose-800: #800028;
--rose-900: #52001A;
--rose-950: #330010;
}