Magenta
#C206DB
PinkColor Codes
All color formats for development
HEX
#C206DBRGB
rgb(194, 6, 219)HSL
hsl(293, 95%, 44%)OKLCH
oklch(0.589 0.278 321.8)CMYK
cmyk(11%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF05C5
2#9B04AF
3#880499
4#740383
5#61036D
6#4E0258
7#3A0242
8#27012C
9#130116
Tints
Lighter variations
1#DB06F7
2#E020F9
3#E43CFA
4#E858FB
5#EC74FB
6#EF90FC
7#F3ABFD
8#F7C7FE
9#FBE3FE
Tones
Muted variations
1#BA10D0
2#B21BC5
3#A926BB
4#A130B0
5#993BA5
6#91469B
7#895090
8#815B86
9#78667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BE #F6BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8D #EF8DFC | BordersInactive statesPlaceholder text |
| 400 | E751 #E751FB | Disabled statesSecondary iconsMuted text |
| 500 | E01F #E01FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C206 #C206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A04 #9A04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E03 #6E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4702 #470250 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFE;
--magenta-200: #F6BEFD;
--magenta-300: #EF8DFC;
--magenta-400: #E751FB;
--magenta-500: #E01FF9;
--magenta-600: #C206DB;
--magenta-700: #9A04AE;
--magenta-800: #6E037C;
--magenta-900: #470250;
--magenta-950: #2C0132;
}