Magenta
#CD20F8
PinkColor Codes
All color formats for development
HEX
#CD20F8RGB
rgb(205, 32, 248)HSL
hsl(288, 94%, 55%)OKLCH
oklch(0.632 0.292 317.8)CMYK
cmyk(17%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C508F5
2#AF07DA
3#9A06BE
4#8405A3
5#6E0488
6#58036D
7#420352
8#2C0236
9#16011B
Tints
Lighter variations
1#D237F9
2#D74DF9
3#DC63FA
4#E179FB
5#E690FC
6#EBA6FC
7#F0BCFD
8#F5D2FE
9#FAE9FE
Tones
Muted variations
1#C62BED
2#C036E3
3#BA41D8
4#B34CCD
5#AD56C2
6#A661B7
7#A06CAD
8#9977A2
9#938197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58D #E58DFB | BordersInactive statesPlaceholder text |
| 400 | D852 #D852FA | Disabled statesSecondary iconsMuted text |
| 500 | CD20 #CD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF07 #AF07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C05 #8C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6404 #64047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #40024F | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F1BFFD;
--magenta-300: #E58DFB;
--magenta-400: #D852FA;
--magenta-500: #CD20F8;
--magenta-600: #AF07DA;
--magenta-700: #8C05AD;
--magenta-800: #64047C;
--magenta-900: #40024F;
--magenta-950: #280231;
}