Magenta
#C523F6
PinkColor Codes
All color formats for development
HEX
#C523F6RGB
rgb(197, 35, 246)HSL
hsl(286, 92%, 55%)OKLCH
oklch(0.621 0.287 316)CMYK
cmyk(20%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC0AF2
2#A709D7
3#9208BC
4#7D07A2
5#690687
6#54046C
7#3F0351
8#2A0236
9#15011B
Tints
Lighter variations
1#CA39F7
2#D04FF8
3#D665F9
4#DC7BF9
5#E291FA
6#E8A7FB
7#EDBDFC
8#F3D3FD
9#F9E9FE
Tones
Muted variations
1#BF2DEB
2#B938E1
3#B442D6
4#AE4DCC
5#A857C1
6#A362B6
7#9D6DAC
8#9877A1
9#928297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFA | BordersInactive statesPlaceholder text |
| 400 | D254 #D254F8 | Disabled statesSecondary iconsMuted text |
| 500 | C523 #C523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A709 #A709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8507 #8507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F05 #5F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F6DDFE;
--magenta-200: #EEBFFC;
--magenta-300: #E18EFA;
--magenta-400: #D254F8;
--magenta-500: #C523F6;
--magenta-600: #A709D7;
--magenta-700: #8507AB;
--magenta-800: #5F057A;
--magenta-900: #3D034E;
--magenta-950: #260231;
}