Magenta
#D627F1
PinkColor Codes
All color formats for development
HEX
#D627F1RGB
rgb(214, 39, 241)HSL
hsl(292, 88%, 55%)OKLCH
oklch(0.643 0.286 321.6)CMYK
cmyk(11%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D00FED
2#B90DD3
3#A20CB9
4#8A0A9E
5#730884
6#5C0769
7#45054F
8#2E0335
9#17021A
Tints
Lighter variations
1#DA3DF3
2#DE52F4
3#E368F5
4#E77EF7
5#EB93F8
6#EFA9F9
7#F3BEFB
8#F7D4FC
9#FBE9FE
Tones
Muted variations
1#CF31E7
2#C73BDD
3#C046D3
4#B950C9
5#B15ABF
6#AA64B5
7#A26EAB
8#9B78A0
9#948296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C1 #F3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EA91 #EA91F8 | BordersInactive statesPlaceholder text |
| 400 | DF57 #DF57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D627 #D627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B90D #B90DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930B #930BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6908 #690878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4305 #43054D | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DDFD;
--magenta-200: #F3C1FB;
--magenta-300: #EA91F8;
--magenta-400: #DF57F4;
--magenta-500: #D627F1;
--magenta-600: #B90DD3;
--magenta-700: #930BA8;
--magenta-800: #690878;
--magenta-900: #43054D;
--magenta-950: #2A0330;
}