Magenta
#C10BD5
PinkColor Codes
All color formats for development
HEX
#C10BD5RGB
rgb(193, 11, 213)HSL
hsl(294, 90%, 44%)OKLCH
oklch(0.584 0.272 323)CMYK
cmyk(9%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE0AC0
2#9A09AB
3#870895
4#740780
5#60066B
6#4D0455
7#3A0340
8#27022B
9#130115
Tints
Lighter variations
1#DA0DF0
2#DF26F4
3#E341F5
4#E75CF6
5#EB77F8
6#EF92F9
7#F3AEFB
8#F7C9FC
9#FBE4FE
Tones
Muted variations
1#B915CB
2#B11FC1
3#A92AB7
4#A134AD
5#993EA3
6#914899
7#88528E
8#805C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C0 #F6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF90 #EF90F9 | BordersInactive statesPlaceholder text |
| 400 | E655 #E655F6 | Disabled statesSecondary iconsMuted text |
| 500 | DF25 #DF25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C10B #C10BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A09 #9A09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E06 #6E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4604 #46044E | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FADDFD;
--magenta-200: #F6C0FC;
--magenta-300: #EF90F9;
--magenta-400: #E655F6;
--magenta-500: #DF25F4;
--magenta-600: #C10BD5;
--magenta-700: #9A09AA;
--magenta-800: #6E0679;
--magenta-900: #46044E;
--magenta-950: #2C0330;
}