Magenta
#C60DD3
PinkColor Codes
All color formats for development
HEX
#C60DD3RGB
rgb(198, 13, 211)HSL
hsl(296, 88%, 44%)OKLCH
oklch(0.591 0.272 324.9)CMYK
cmyk(6%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B20CBE
2#9E0BA9
3#8A0994
4#77087F
5#630769
6#4F0554
7#3B043F
8#28032A
9#140115
Tints
Lighter variations
1#DF0FEE
2#E428F1
3#E743F3
4#EB5EF5
5#EE79F6
6#F194F8
7#F5AEFA
8#F8C9FC
9#FCE4FD
Tones
Muted variations
1#BD17C9
2#B521BF
3#AC2BB5
4#A435AB
5#9B3FA2
6#924998
7#8A538E
8#815C84
9#79667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDDFD;
--magenta-200: #F7C1FB;
--magenta-300: #F191F8;
--magenta-400: #EA57F4;
--magenta-500: #E427F1;
--magenta-600: #C60DD3;
--magenta-700: #9D0BA8;
--magenta-800: #700878;
--magenta-900: #48054D;
--magenta-950: #2D0330;
}