Rose
#FF1A6A
PinkColor Codes
All color formats for development
HEX
#FF1A6ARGB
rgb(255, 26, 106)HSL
hsl(339, 100%, 55%)OKLCH
oklch(0.645 0.249 10.1)CMYK
cmyk(0%, 90%, 58%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC0058
2#E0004F
3#C40045
4#A8003B
5#8C0031
6#700027
7#54001D
8#380014
9#1C000A
Tints
Lighter variations
1#FF3079
2#FF4788
3#FF5E97
4#FF75A5
5#FF8CB4
6#FFA3C3
7#FFBAD2
8#FFD1E1
9#FFE8F0
Tones
Muted variations
1#F4256D
2#E83071
3#DD3C74
4#D14778
5#C6537B
6#BA5E7E
7#AF6A82
8#A37585
9#988189
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDD4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AB3 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D8B | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A6A | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0004F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3003E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80002D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52001D | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330012 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--rose-50: #FFF0F5;
--rose-100: #FFDBE8;
--rose-200: #FFBDD4;
--rose-300: #FF8AB3;
--rose-400: #FF4D8B;
--rose-500: #FF1A6A;
--rose-600: #E0004F;
--rose-700: #B3003E;
--rose-800: #80002D;
--rose-900: #52001D;
--rose-950: #330012;
}