Magenta
#C507DA
PinkColor Codes
All color formats for development
HEX
#C507DARGB
rgb(197, 7, 218)HSL
hsl(294, 94%, 44%)OKLCH
oklch(0.593 0.278 322.9)CMYK
cmyk(10%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B106C4
2#9D05AE
3#8A0598
4#760483
5#62036D
6#4F0357
7#3B0241
8#27012C
9#140116
Tints
Lighter variations
1#DE08F5
2#E321F8
3#E63DF9
4#EA59FA
5#ED74FB
6#F190FC
7#F4ACFC
8#F8C8FD
9#FBE3FE
Tones
Muted variations
1#BC11CF
2#B41CC5
3#AB26BA
4#A331AF
5#9A3BA5
6#92469A
7#8A5190
8#815B85
9#79667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08D #F08DFB | BordersInactive statesPlaceholder text |
| 400 | E952 #E952FA | Disabled statesSecondary iconsMuted text |
| 500 | E320 #E320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C507 #C507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C05 #9C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7004 #70047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4702 #47024F | 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: #FDF0FF;
--magenta-100: #FBDCFE;
--magenta-200: #F7BFFD;
--magenta-300: #F08DFB;
--magenta-400: #E952FA;
--magenta-500: #E320F8;
--magenta-600: #C507DA;
--magenta-700: #9C05AD;
--magenta-800: #70047C;
--magenta-900: #47024F;
--magenta-950: #2D0231;
}