Magenta
#D027F1
PinkColor Codes
All color formats for development
HEX
#D027F1RGB
rgb(208, 39, 241)HSL
hsl(290, 88%, 55%)OKLCH
oklch(0.634 0.284 320)CMYK
cmyk(14%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80FED
2#B20DD3
3#9C0CB9
4#860A9E
5#6F0884
6#590769
7#43054F
8#2D0335
9#16021A
Tints
Lighter variations
1#D43DF3
2#D952F4
3#DE68F5
4#E37EF7
5#E793F8
6#ECA9F9
7#F1BEFB
8#F6D4FC
9#FAE9FE
Tones
Muted variations
1#C931E7
2#C23BDD
3#BB46D3
4#B550C9
5#AE5ABF
6#A764B5
7#A06EAB
8#9A78A0
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 | F1C1 #F1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E791 #E791F8 | BordersInactive statesPlaceholder text |
| 400 | DA57 #DA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D027 #D027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B20D #B20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0B #8E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6508 #650878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4105 #41054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DDFD;
--magenta-200: #F1C1FB;
--magenta-300: #E791F8;
--magenta-400: #DA57F4;
--magenta-500: #D027F1;
--magenta-600: #B20DD3;
--magenta-700: #8E0BA8;
--magenta-800: #650878;
--magenta-900: #41054D;
--magenta-950: #280330;
}