Magenta
#C71EFA
PinkColor Codes
All color formats for development
HEX
#C71EFARGB
rgb(199, 30, 250)HSL
hsl(286, 96%, 55%)OKLCH
oklch(0.624 0.293 315.8)CMYK
cmyk(20%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF05F7
2#AA04DC
3#9404C0
4#7F03A5
5#6A0389
6#55026E
7#400252
8#2A0137
9#15011B
Tints
Lighter variations
1#CD35FB
2#D24BFB
3#D862FC
4#DD78FC
5#E38FFD
6#E9A5FD
7#EEBCFE
8#F4D2FE
9#F9E9FF
Tones
Muted variations
1#C129EF
2#BB34E4
3#B53FD9
4#B04ACE
5#AA55C3
6#A460B8
7#9E6BAD
8#9876A2
9#928197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E28C #E28CFD | BordersInactive statesPlaceholder text |
| 400 | D350 #D350FB | Disabled statesSecondary iconsMuted text |
| 500 | C71E #C71EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | AA04 #AA04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8704 #8704AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6003 #60037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E02 #3E0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EFBEFE;
--magenta-300: #E28CFD;
--magenta-400: #D350FB;
--magenta-500: #C71EFA;
--magenta-600: #AA04DC;
--magenta-700: #8704AF;
--magenta-800: #60037D;
--magenta-900: #3E0250;
--magenta-950: #270132;
}