Magenta
#FF1ADD
PinkColor Codes
All color formats for development
HEX
#FF1ADDRGB
rgb(255, 26, 221)HSL
hsl(309, 100%, 55%)OKLCH
oklch(0.688 0.295 336.2)CMYK
cmyk(0%, 90%, 13%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC00D7
2#E000BF
3#C400A7
4#A8008F
5#8C0077
6#70005F
7#540048
8#380030
9#1C0018
Tints
Lighter variations
1#FF30E0
2#FF47E3
3#FF5EE7
4#FF75EA
5#FF8CEE
6#FFA3F1
7#FFBAF5
8#FFD1F8
9#FFE8FC
Tones
Muted variations
1#F425D5
2#E830CD
3#DD3CC4
4#D147BC
5#C653B4
6#BA5EAC
7#AF6AA4
8#A3759C
9#988194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AED | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DE4 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30098 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80006C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520045 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FFDBFA;
--magenta-200: #FFBDF5;
--magenta-300: #FF8AED;
--magenta-400: #FF4DE4;
--magenta-500: #FF1ADD;
--magenta-600: #E000BF;
--magenta-700: #B30098;
--magenta-800: #80006C;
--magenta-900: #520045;
--magenta-950: #33002B;
}