Magenta
#D426F2
PinkColor Codes
All color formats for development
HEX
#D426F2RGB
rgb(212, 38, 242)HSL
hsl(291, 89%, 55%)OKLCH
oklch(0.64 0.287 320.8)CMYK
cmyk(12%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD0EEF
2#B60CD4
3#9F0BBA
4#89099F
5#720885
6#5B066A
7#440550
8#2E0335
9#17021B
Tints
Lighter variations
1#D83CF4
2#DC51F5
3#E167F6
4#E57DF7
5#E993F9
6#EEA8FA
7#F2BEFB
8#F6D4FC
9#FBE9FE
Tones
Muted variations
1#CD30E8
2#C53BDE
3#BE45D4
4#B74FCA
5#B059BF
6#A963B5
7#A26EAB
8#9B78A1
9#938296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DD56 #DD56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D426 #D426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B60C #B60CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910A #910AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6707 #670778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DDFD;
--magenta-200: #F3C0FB;
--magenta-300: #E990F9;
--magenta-400: #DD56F5;
--magenta-500: #D426F2;
--magenta-600: #B60CD4;
--magenta-700: #910AA9;
--magenta-800: #670778;
--magenta-900: #42044D;
--magenta-950: #290330;
}