Magenta
#C527F1
PinkColor Codes
All color formats for development
HEX
#C527F1RGB
rgb(197, 39, 241)HSL
hsl(287, 88%, 55%)OKLCH
oklch(0.619 0.28 317)CMYK
cmyk(18%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD0FED
2#A80DD3
3#930CB9
4#7E0A9E
5#690884
6#540769
7#3F054F
8#2A0335
9#15021A
Tints
Lighter variations
1#CB3DF3
2#D152F4
3#D768F5
4#DC7EF7
5#E293F8
6#E8A9F9
7#EEBEFB
8#F3D4FC
9#F9E9FE
Tones
Muted variations
1#C031E7
2#BA3BDD
3#B446D3
4#AF50C9
5#A95ABF
6#A364B5
7#9D6EAB
8#9878A0
9#928296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC1 #EEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E291 #E291F8 | BordersInactive statesPlaceholder text |
| 400 | D257 #D257F4 | Disabled statesSecondary iconsMuted text |
| 500 | C527 #C527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A80D #A80DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860B #860BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6008 #600878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D05 #3D054D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F6DDFD;
--magenta-200: #EEC1FB;
--magenta-300: #E291F8;
--magenta-400: #D257F4;
--magenta-500: #C527F1;
--magenta-600: #A80DD3;
--magenta-700: #860BA8;
--magenta-800: #600878;
--magenta-900: #3D054D;
--magenta-950: #260330;
}