Magenta
#FF1AD9
PinkColor Codes
All color formats for development
HEX
#FF1AD9RGB
rgb(255, 26, 217)HSL
hsl(310, 100%, 55%)OKLCH
oklch(0.686 0.293 337.2)CMYK
cmyk(0%, 90%, 15%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC00D2
2#E000BB
3#C400A4
4#A8008C
5#8C0075
6#70005D
7#540046
8#38002F
9#1C0017
Tints
Lighter variations
1#FF30DD
2#FF47E0
3#FF5EE4
4#FF75E8
5#FF8CEC
6#FFA3F0
7#FFBAF4
8#FFD1F7
9#FFE8FB
Tones
Muted variations
1#F425D1
2#E830C9
3#DD3CC2
4#D147BA
5#C653B2
6#BA5EAB
7#AF6AA3
8#A3759C
9#988194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AEB | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DE1 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30095 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80006A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520044 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FC;
--magenta-100: #FFDBF9;
--magenta-200: #FFBDF4;
--magenta-300: #FF8AEB;
--magenta-400: #FF4DE1;
--magenta-500: #FF1AD9;
--magenta-600: #E000BB;
--magenta-700: #B30095;
--magenta-800: #80006A;
--magenta-900: #520044;
--magenta-950: #33002A;
}