Magenta
#C620F8
PinkColor Codes
All color formats for development
HEX
#C620F8RGB
rgb(198, 32, 248)HSL
hsl(286, 94%, 55%)OKLCH
oklch(0.622 0.29 315.9)CMYK
cmyk(20%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE08F5
2#A807DA
3#9306BE
4#7E05A3
5#690488
6#54036D
7#3F0352
8#2A0236
9#15011B
Tints
Lighter variations
1#CC37F9
2#D14DF9
3#D763FA
4#DD79FB
5#E290FC
6#E8A6FC
7#EEBCFD
8#F4D2FE
9#F9E9FE
Tones
Muted variations
1#C02BED
2#BA36E3
3#B541D8
4#AF4CCD
5#A956C2
6#A361B7
7#9E6CAD
8#9877A2
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 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFB | BordersInactive statesPlaceholder text |
| 400 | D252 #D252FA | Disabled statesSecondary iconsMuted text |
| 500 | C620 #C620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A807 #A807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8605 #8605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6004 #60047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D024F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EEBFFD;
--magenta-300: #E28DFB;
--magenta-400: #D252FA;
--magenta-500: #C620F8;
--magenta-600: #A807DA;
--magenta-700: #8605AD;
--magenta-800: #60047C;
--magenta-900: #3D024F;
--magenta-950: #260231;
}