Magenta
#C20AD6
PinkColor Codes
All color formats for development
HEX
#C20AD6RGB
rgb(194, 10, 214)HSL
hsl(294, 91%, 44%)OKLCH
oklch(0.586 0.273 323)CMYK
cmyk(9%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE09C1
2#9B08AB
3#880796
4#740681
5#61056B
6#4E0456
7#3A0340
8#27022B
9#130115
Tints
Lighter variations
1#DB0BF2
2#E025F5
3#E440F6
4#E85BF7
5#EC77F9
6#EF92FA
7#F3ADFB
8#F7C8FC
9#FBE4FE
Tones
Muted variations
1#BA14CC
2#B21FC2
3#A929B8
4#A133AD
5#993DA3
6#914799
7#89528F
8#815C85
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C0 #F6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8F #EF8FFA | BordersInactive statesPlaceholder text |
| 400 | E755 #E755F7 | Disabled statesSecondary iconsMuted text |
| 500 | E024 #E024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20A #C20AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A08 #9A08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E06 #6E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4704 #47044E | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FADDFD;
--magenta-200: #F6C0FC;
--magenta-300: #EF8FFA;
--magenta-400: #E755F7;
--magenta-500: #E024F5;
--magenta-600: #C20AD6;
--magenta-700: #9A08AA;
--magenta-800: #6E067A;
--magenta-900: #47044E;
--magenta-950: #2C0231;
}