Magenta
#DA27F1
PinkColor Codes
All color formats for development
HEX
#DA27F1RGB
rgb(218, 39, 241)HSL
hsl(293, 88%, 55%)OKLCH
oklch(0.649 0.287 322.6)CMYK
cmyk(10%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D30FED
2#BC0DD3
3#A40CB9
4#8D0A9E
5#750884
6#5E0769
7#46054F
8#2F0335
9#17021A
Tints
Lighter variations
1#DD3DF3
2#E152F4
3#E568F5
4#E97EF7
5#EC93F8
6#F0A9F9
7#F4BEFB
8#F8D4FC
9#FBE9FE
Tones
Muted variations
1#D231E7
2#CA3BDD
3#C246D3
4#BB50C9
5#B35ABF
6#AB64B5
7#A36EAB
8#9C78A0
9#948296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C1 #F4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC91 #EC91F8 | BordersInactive statesPlaceholder text |
| 400 | E257 #E257F4 | Disabled statesSecondary iconsMuted text |
| 500 | DA27 #DA27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC0D #BC0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950B #950BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B08 #6B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4405 #44054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #F9DDFD;
--magenta-200: #F4C1FB;
--magenta-300: #EC91F8;
--magenta-400: #E257F4;
--magenta-500: #DA27F1;
--magenta-600: #BC0DD3;
--magenta-700: #950BA8;
--magenta-800: #6B0878;
--magenta-900: #44054D;
--magenta-950: #2B0330;
}