Magenta
#C123F6
PinkColor Codes
All color formats for development
HEX
#C123F6RGB
rgb(193, 35, 246)HSL
hsl(285, 92%, 55%)OKLCH
oklch(0.615 0.285 314.9)CMYK
cmyk(22%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B80AF2
2#A409D7
3#8F08BC
4#7B07A2
5#660687
6#52046C
7#3D0351
8#290236
9#14011B
Tints
Lighter variations
1#C739F7
2#CD4FF8
3#D465F9
4#DA7BF9
5#E091FA
6#E6A7FB
7#ECBDFC
8#F3D3FD
9#F9E9FE
Tones
Muted variations
1#BC2DEB
2#B638E1
3#B142D6
4#AC4DCC
5#A757C1
6#A162B6
7#9C6DAC
8#9777A1
9#928297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8E #DF8EFA | BordersInactive statesPlaceholder text |
| 400 | CF54 #CF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | C123 #C123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A409 #A409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8207 #8207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D05 #5D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034E | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F5DDFE;
--magenta-200: #EDBFFC;
--magenta-300: #DF8EFA;
--magenta-400: #CF54F8;
--magenta-500: #C123F6;
--magenta-600: #A409D7;
--magenta-700: #8207AB;
--magenta-800: #5D057A;
--magenta-900: #3C034E;
--magenta-950: #250231;
}