Magenta
#CA13CD
PinkColor Codes
All color formats for development
HEX
#CA13CDRGB
rgb(202, 19, 205)HSL
hsl(299, 83%, 44%)OKLCH
oklch(0.595 0.267 327.5)CMYK
cmyk(1%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B611B9
2#A20FA4
3#8E0D90
4#790B7B
5#650A67
6#510852
7#3D063E
8#280429
9#140215
Tints
Lighter variations
1#E416E7
2#E82EEC
3#EB48EE
4#EE62F0
5#F17CF3
6#F496F5
7#F7B1F8
8#F9CBFA
9#FCE5FD
Tones
Muted variations
1#C11CC4
2#B826BB
3#AF2FB1
4#A638A8
5#9D429F
6#944B95
7#8B548C
8#825E83
9#79677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C2 #F8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F394 #F394F5 | BordersInactive statesPlaceholder text |
| 400 | ED5C #ED5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E82D #E82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | CA13 #CA13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A10F #A10FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730B #730B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDEFC;
--magenta-200: #F8C2F9;
--magenta-300: #F394F5;
--magenta-400: #ED5CF0;
--magenta-500: #E82DEB;
--magenta-600: #CA13CD;
--magenta-700: #A10FA3;
--magenta-800: #730B75;
--magenta-900: #4A074B;
--magenta-950: #2E042F;
}