Magenta
#C40BD5
PinkColor Codes
All color formats for development
HEX
#C40BD5RGB
rgb(196, 11, 213)HSL
hsl(295, 90%, 44%)OKLCH
oklch(0.589 0.273 323.8)CMYK
cmyk(8%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B10AC0
2#9D09AB
3#890895
4#760780
5#62066B
6#4F0455
7#3B0340
8#27022B
9#140115
Tints
Lighter variations
1#DD0DF0
2#E226F4
3#E641F5
4#EA5CF6
5#ED77F8
6#F192F9
7#F4AEFB
8#F8C9FC
9#FBE4FE
Tones
Muted variations
1#BC15CB
2#B41FC1
3#AB2AB7
4#A334AD
5#9A3EA3
6#924899
7#89528E
8#815C84
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 | F7C0 #F7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F090 #F090F9 | BordersInactive statesPlaceholder text |
| 400 | E955 #E955F6 | Disabled statesSecondary iconsMuted text |
| 500 | E225 #E225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C40B #C40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C09 #9C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7006 #700679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4704 #47044E | 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: #F7C0FC;
--magenta-300: #F090F9;
--magenta-400: #E955F6;
--magenta-500: #E225F4;
--magenta-600: #C40BD5;
--magenta-700: #9C09AA;
--magenta-800: #700679;
--magenta-900: #47044E;
--magenta-950: #2D0330;
}