Magenta
#C20FD2
PinkColor Codes
All color formats for development
HEX
#C20FD2RGB
rgb(194, 15, 210)HSL
hsl(295, 87%, 44%)OKLCH
oklch(0.585 0.269 324)CMYK
cmyk(8%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE0DBD
2#9B0CA8
3#870A93
4#74097E
5#610769
6#4D0654
7#3A043F
8#27032A
9#130115
Tints
Lighter variations
1#DA10ED
2#E029F0
3#E444F2
4#E75FF4
5#EB79F6
6#EF94F8
7#F3AFF9
8#F7CAFB
9#FBE4FD
Tones
Muted variations
1#B918C8
2#B122BE
3#A92CB5
4#A136AB
5#993FA1
6#914997
7#89538D
8#805D84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F7 | BordersInactive statesPlaceholder text |
| 400 | E658 #E658F3 | Disabled statesSecondary iconsMuted text |
| 500 | DF28 #DF28F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20F #C20FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A0C #9A0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E08 #6E0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4605 #46054C | 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: #FADEFD;
--magenta-200: #F6C1FB;
--magenta-300: #EF91F7;
--magenta-400: #E658F3;
--magenta-500: #DF28F0;
--magenta-600: #C20FD2;
--magenta-700: #9A0CA7;
--magenta-800: #6E0877;
--magenta-900: #46054C;
--magenta-950: #2C0330;
}