Magenta
#C90AD6
PinkColor Codes
All color formats for development
HEX
#C90AD6RGB
rgb(201, 10, 214)HSL
hsl(296, 91%, 44%)OKLCH
oklch(0.597 0.276 324.9)CMYK
cmyk(6%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B509C1
2#A108AB
3#8C0796
4#780681
5#64056B
6#500456
7#3C0340
8#28022B
9#140115
Tints
Lighter variations
1#E20BF2
2#E725F5
3#EA40F6
4#ED5BF7
5#F077F9
6#F392FA
7#F6ADFB
8#F9C8FC
9#FCE4FE
Tones
Muted variations
1#C014CC
2#B71FC2
3#AE29B8
4#A533AD
5#9C3DA3
6#944799
7#8B528F
8#825C85
9#79667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F38F #F38FFA | BordersInactive statesPlaceholder text |
| 400 | EC55 #EC55F7 | Disabled statesSecondary iconsMuted text |
| 500 | E724 #E724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C90A #C90AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A008 #A008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7206 #72067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | Primary textHigh emphasis contentDark headings |
| 950 | 2E02 #2E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FBDDFD;
--magenta-200: #F8C0FC;
--magenta-300: #F38FFA;
--magenta-400: #EC55F7;
--magenta-500: #E724F5;
--magenta-600: #C90AD6;
--magenta-700: #A008AA;
--magenta-800: #72067A;
--magenta-900: #49044E;
--magenta-950: #2E0231;
}