Magenta
#CD13CD
PinkColor Codes
All color formats for development
HEX
#CD13CDRGB
rgb(205, 19, 205)HSL
hsl(300, 83%, 44%)OKLCH
oklch(0.599 0.268 328.3)CMYK
cmyk(0%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B911B9
2#A40FA4
3#900D90
4#7B0B7B
5#670A67
6#520852
7#3E063E
8#290429
9#150215
Tints
Lighter variations
1#E716E7
2#EC2EEC
3#EE48EE
4#F062F0
5#F37CF3
6#F596F5
7#F8B1F8
8#FACBFA
9#FDE5FD
Tones
Muted variations
1#C41CC4
2#BB26BB
3#B12FB1
4#A838A8
5#9F429F
6#954B95
7#8C548C
8#835E83
9#7A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594F5 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #F9C2F9;
--magenta-300: #F594F5;
--magenta-400: #F05CF0;
--magenta-500: #EB2DEB;
--magenta-600: #CD13CD;
--magenta-700: #A30FA3;
--magenta-800: #750B75;
--magenta-900: #4B074B;
--magenta-950: #2F042F;
}