Magenta
#C20DD3
PinkColor Codes
All color formats for development
HEX
#C20DD3RGB
rgb(194, 13, 211)HSL
hsl(295, 88%, 44%)OKLCH
oklch(0.585 0.27 323.8)CMYK
cmyk(8%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF0CBE
2#9C0BA9
3#880994
4#75087F
5#610769
6#4E0554
7#3A043F
8#27032A
9#130115
Tints
Lighter variations
1#DB0FEE
2#E128F1
3#E443F3
4#E85EF5
5#EC79F6
6#F094F8
7#F4AEFA
8#F7C9FC
9#FBE4FD
Tones
Muted variations
1#BA17C9
2#B221BF
3#AA2BB5
4#A235AB
5#993FA2
6#914998
7#89538E
8#815C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F8 | BordersInactive statesPlaceholder text |
| 400 | E757 #E757F4 | Disabled statesSecondary iconsMuted text |
| 500 | E027 #E027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20D #C20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0B #9B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F08 #6F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4705 #47054D | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADDFD;
--magenta-200: #F6C1FB;
--magenta-300: #EF91F8;
--magenta-400: #E757F4;
--magenta-500: #E027F1;
--magenta-600: #C20DD3;
--magenta-700: #9B0BA8;
--magenta-800: #6F0878;
--magenta-900: #47054D;
--magenta-950: #2C0330;
}