Magenta
#C128F0
PinkColor Codes
All color formats for development
HEX
#C128F0RGB
rgb(193, 40, 240)HSL
hsl(286, 87%, 55%)OKLCH
oklch(0.613 0.278 316.1)CMYK
cmyk(20%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B910EC
2#A40FD2
3#900DB8
4#7B0B9D
5#670983
6#520769
7#3E054F
8#290434
9#15021A
Tints
Lighter variations
1#C83EF2
2#CE53F3
3#D469F5
4#DA7EF6
5#E094F8
6#E6A9F9
7#EDBFFB
8#F3D4FC
9#F9EAFE
Tones
Muted variations
1#BC32E6
2#B73CDC
3#B246D2
4#AC50C8
5#A75ABE
6#A264B4
7#9C6EAA
8#9778A0
9#928296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E091 #E091F7 | BordersInactive statesPlaceholder text |
| 400 | CF58 #CF58F3 | Disabled statesSecondary iconsMuted text |
| 500 | C128 #C128F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A40F #A40FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830C #830CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D08 #5D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C05 #3C054C | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F5DEFD;
--magenta-200: #EDC1FB;
--magenta-300: #E091F7;
--magenta-400: #CF58F3;
--magenta-500: #C128F0;
--magenta-600: #A40FD2;
--magenta-700: #830CA7;
--magenta-800: #5D0877;
--magenta-900: #3C054C;
--magenta-950: #250330;
}