Magenta
#C703DD
PinkColor Codes
All color formats for development
HEX
#C703DDRGB
rgb(199, 3, 221)HSL
hsl(294, 97%, 44%)OKLCH
oklch(0.597 0.281 322.7)CMYK
cmyk(10%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B303C7
2#9F03B1
3#8B029B
4#780285
5#64026F
6#500158
7#3C0142
8#28012C
9#140016
Tints
Lighter variations
1#E104F9
2#E51EFC
3#E93AFC
4#EC56FC
5#EF72FD
6#F28EFD
7#F5ABFE
8#F9C7FE
9#FCE3FF
Tones
Muted variations
1#BF0ED2
2#B619C7
3#AD24BC
4#A42FB2
5#9C3AA7
6#93459C
7#8A5091
8#825A86
9#79657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BE #F8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F28B #F28BFD | BordersInactive statesPlaceholder text |
| 400 | EB4F #EB4FFC | Disabled statesSecondary iconsMuted text |
| 500 | E51D #E51DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C703 #C703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F03 #9F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7102 #71027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4801 #480150 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDCFE;
--magenta-200: #F8BEFE;
--magenta-300: #F28BFD;
--magenta-400: #EB4FFC;
--magenta-500: #E51DFC;
--magenta-600: #C703DD;
--magenta-700: #9F03B0;
--magenta-800: #71027E;
--magenta-900: #480150;
--magenta-950: #2D0132;
}