Magenta
#C920F8
PinkColor Codes
All color formats for development
HEX
#C920F8RGB
rgb(201, 32, 248)HSL
hsl(287, 94%, 55%)OKLCH
oklch(0.626 0.291 316.7)CMYK
cmyk(19%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C108F5
2#AC07DA
3#9606BE
4#8105A3
5#6B0488
6#56036D
7#400352
8#2B0236
9#15011B
Tints
Lighter variations
1#CF37F9
2#D44DF9
3#D963FA
4#DF79FB
5#E490FC
6#EAA6FC
7#EFBCFD
8#F4D2FE
9#FAE9FE
Tones
Muted variations
1#C32BED
2#BD36E3
3#B741D8
4#B14CCD
5#AB56C2
6#A561B7
7#9F6CAD
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 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFB | BordersInactive statesPlaceholder text |
| 400 | D552 #D552FA | Disabled statesSecondary iconsMuted text |
| 500 | C920 #C920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC07 #AC07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8905 #8905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6204 #62047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F024F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BFFD;
--magenta-300: #E48DFB;
--magenta-400: #D552FA;
--magenta-500: #C920F8;
--magenta-600: #AC07DA;
--magenta-700: #8905AD;
--magenta-800: #62047C;
--magenta-900: #3F024F;
--magenta-950: #270231;
}