Magenta
#B30CD4
PinkColor Codes
All color formats for development
HEX
#B30CD4RGB
rgb(179, 12, 212)HSL
hsl(290, 89%, 44%)OKLCH
oklch(0.563 0.266 319.2)CMYK
cmyk(16%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A10BBF
2#8F0AAA
3#7D0994
4#6B077F
5#59066A
6#480555
7#360440
8#24022A
9#120115
Tints
Lighter variations
1#CA0EEF
2#D127F2
3#D642F4
4#DC5DF6
5#E278F7
6#E893F9
7#EEAEFA
8#F3C9FC
9#F9E4FD
Tones
Muted variations
1#AC16CA
2#A520C0
3#9F2AB6
4#9834AC
5#913EA2
6#8B4898
7#84528E
8#7E5C84
9#77667A
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 | F2C0 #F2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E790 #E790F9 | BordersInactive statesPlaceholder text |
| 400 | DB56 #DB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D026 #D026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B30C #B30CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0A #8E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6607 #660778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044D | 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: #F2C0FB;
--magenta-300: #E790F9;
--magenta-400: #DB56F5;
--magenta-500: #D026F2;
--magenta-600: #B30CD4;
--magenta-700: #8E0AA9;
--magenta-800: #660778;
--magenta-900: #41044D;
--magenta-950: #290330;
}