Magenta
#C003DD
PinkColor Codes
All color formats for development
HEX
#C003DDRGB
rgb(192, 3, 221)HSL
hsl(292, 97%, 44%)OKLCH
oklch(0.586 0.279 320.8)CMYK
cmyk(13%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD03C7
2#9A03B1
3#86029B
4#730285
5#60026F
6#4D0158
7#3A0142
8#26012C
9#130016
Tints
Lighter variations
1#D804F9
2#DE1EFC
3#E23AFC
4#E656FC
5#EA72FD
6#EF8EFD
7#F3ABFE
8#F7C7FE
9#FBE3FF
Tones
Muted variations
1#B80ED2
2#B019C7
3#A824BC
4#A02FB2
5#983AA7
6#90459C
7#885091
8#805A86
9#78657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BE #F5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFD | BordersInactive statesPlaceholder text |
| 400 | E54F #E54FFC | Disabled statesSecondary iconsMuted text |
| 500 | DE1D #DE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C003 #C003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9903 #9903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D02 #6D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460150 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFE;
--magenta-200: #F5BEFE;
--magenta-300: #EE8BFD;
--magenta-400: #E54FFC;
--magenta-500: #DE1DFC;
--magenta-600: #C003DD;
--magenta-700: #9903B0;
--magenta-800: #6D027E;
--magenta-900: #460150;
--magenta-950: #2C0132;
}