Magenta
#C708D9
PinkColor Codes
All color formats for development
HEX
#C708D9RGB
rgb(199, 8, 217)HSL
hsl(295, 93%, 44%)OKLCH
oklch(0.595 0.277 323.7)CMYK
cmyk(8%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B307C3
2#9F06AD
3#8B0598
4#770582
5#64046C
6#500357
7#3C0241
8#28022B
9#140116
Tints
Lighter variations
1#E109F4
2#E523F7
3#E93EF8
4#EC5AF9
5#EF75FA
6#F291FB
7#F5ACFC
8#F9C8FD
9#FCE3FE
Tones
Muted variations
1#BE12CE
2#B61DC4
3#AD27B9
4#A432AF
5#9C3CA4
6#93469A
7#8A5190
8#825B85
9#79667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BF #F8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F28E #F28EFB | BordersInactive statesPlaceholder text |
| 400 | EB53 #EB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | E522 #E522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C708 #C708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E06 #9E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7104 #71047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4803 #48034F | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FBDDFE;
--magenta-200: #F8BFFD;
--magenta-300: #F28EFB;
--magenta-400: #EB53F9;
--magenta-500: #E522F7;
--magenta-600: #C708D9;
--magenta-700: #9E06AC;
--magenta-800: #71047B;
--magenta-900: #48034F;
--magenta-950: #2D0231;
}