Rose
#FF1A66
PinkColor Codes
All color formats for development
HEX
#FF1A66RGB
rgb(255, 26, 102)HSL
hsl(340, 100%, 55%)OKLCH
oklch(0.644 0.249 11.4)CMYK
cmyk(0%, 90%, 60%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC0054
2#E0004B
3#C40041
4#A80038
5#8C002F
6#700025
7#54001C
8#380013
9#1C0009
Tints
Lighter variations
1#FF3075
2#FF4785
3#FF5E94
4#FF75A3
5#FF8CB2
6#FFA3C2
7#FFBAD1
8#FFD1E0
9#FFE8F0
Tones
Muted variations
1#F4256A
2#E8306E
3#DD3C71
4#D14775
5#C65379
6#BA5E7D
7#AF6A81
8#A37585
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 #FFBDD3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AB1 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D88 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A66 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0004B | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3003B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80002A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52001B | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330011 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F5;
--rose-100: #FFDBE7;
--rose-200: #FFBDD3;
--rose-300: #FF8AB1;
--rose-400: #FF4D88;
--rose-500: #FF1A66;
--rose-600: #E0004B;
--rose-700: #B3003B;
--rose-800: #80002A;
--rose-900: #52001B;
--rose-950: #330011;
}