Magenta
#C220F8
PinkColor Codes
All color formats for development
HEX
#C220F8RGB
rgb(194, 32, 248)HSL
hsl(285, 94%, 55%)OKLCH
oklch(0.617 0.289 314.8)CMYK
cmyk(22%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA08F5
2#A507DA
3#9006BE
4#7C05A3
5#670488
6#52036D
7#3E0352
8#290236
9#15011B
Tints
Lighter variations
1#C837F9
2#CE4DF9
3#D463FA
4#DB79FB
5#E190FC
6#E7A6FC
7#EDBCFD
8#F3D2FE
9#F9E9FE
Tones
Muted variations
1#BD2BED
2#B736E3
3#B241D8
4#AD4CCD
5#A756C2
6#A261B7
7#9C6CAD
8#9777A2
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 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08D #E08DFB | BordersInactive statesPlaceholder text |
| 400 | D052 #D052FA | Disabled statesSecondary iconsMuted text |
| 500 | C220 #C220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A507 #A507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8305 #8305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E04 #5E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C024F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EDBFFD;
--magenta-300: #E08DFB;
--magenta-400: #D052FA;
--magenta-500: #C220F8;
--magenta-600: #A507DA;
--magenta-700: #8305AD;
--magenta-800: #5E047C;
--magenta-900: #3C024F;
--magenta-950: #250231;
}