Magenta
#C80BD5
PinkColor Codes
All color formats for development
HEX
#C80BD5RGB
rgb(200, 11, 213)HSL
hsl(296, 90%, 44%)OKLCH
oklch(0.595 0.274 324.9)CMYK
cmyk(6%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B40AC0
2#A009AB
3#8C0895
4#780780
5#64066B
6#500455
7#3C0340
8#28022B
9#140115
Tints
Lighter variations
1#E10DF0
2#E626F4
3#E941F5
4#EC5CF6
5#EF77F8
6#F292F9
7#F6AEFB
8#F9C9FC
9#FCE4FE
Tones
Muted variations
1#BF15CB
2#B61FC1
3#AD2AB7
4#A534AD
5#9C3EA3
6#934899
7#8A528E
8#825C84
9#79667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB55 #EB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | E625 #E625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C80B #C80BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F09 #9F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7106 #710679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FBDDFD;
--magenta-200: #F8C0FC;
--magenta-300: #F290F9;
--magenta-400: #EB55F6;
--magenta-500: #E625F4;
--magenta-600: #C80BD5;
--magenta-700: #9F09AA;
--magenta-800: #710679;
--magenta-900: #49044E;
--magenta-950: #2D0330;
}