Magenta
#C91AFF
PinkColor Codes
All color formats for development
HEX
#C91AFFRGB
rgb(201, 26, 255)HSL
hsl(286, 100%, 55%)OKLCH
oklch(0.629 0.299 315.3)CMYK
cmyk(21%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C200FC
2#AC00E0
3#9700C4
4#8100A8
5#6C008C
6#560070
7#410054
8#2B0038
9#16001C
Tints
Lighter variations
1#CF30FF
2#D447FF
3#DA5EFF
4#DF75FF
5#E48CFF
6#EAA3FF
7#EFBAFF
8#F4D1FF
9#FAE8FF
Tones
Muted variations
1#C325F4
2#BD30E8
3#B73CDD
4#B147D1
5#AB53C6
6#A55EBA
7#9F6AAF
8#9875A3
9#928198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E48A #E48AFF | BordersInactive statesPlaceholder text |
| 400 | D54D #D54DFF | Disabled statesSecondary iconsMuted text |
| 500 | C91A #C91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | AC00 #AC00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8900 #8900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6200 #620080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F00 #3F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2700 #270033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F7DBFF;
--magenta-200: #F0BDFF;
--magenta-300: #E48AFF;
--magenta-400: #D54DFF;
--magenta-500: #C91AFF;
--magenta-600: #AC00E0;
--magenta-700: #8900B3;
--magenta-800: #620080;
--magenta-900: #3F0052;
--magenta-950: #270033;
}