Magenta
#C807DA
PinkColor Codes
All color formats for development
HEX
#C807DARGB
rgb(200, 7, 218)HSL
hsl(295, 94%, 44%)OKLCH
oklch(0.597 0.279 323.7)CMYK
cmyk(8%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B406C4
2#A005AE
3#8C0598
4#780483
5#64036D
6#500357
7#3C0241
8#28012C
9#140116
Tints
Lighter variations
1#E208F5
2#E621F8
3#E93DF9
4#EC59FA
5#F074FB
6#F390FC
7#F6ACFC
8#F9C8FD
9#FCE3FE
Tones
Muted variations
1#BF11CF
2#B71CC5
3#AE26BA
4#A531AF
5#9C3BA5
6#93469A
7#8B5190
8#825B85
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 | F8BF #F8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F28D #F28DFB | BordersInactive statesPlaceholder text |
| 400 | EC52 #EC52FA | Disabled statesSecondary iconsMuted text |
| 500 | E620 #E620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C807 #C807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F05 #9F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7204 #72047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4902 #49024F | 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: #F8BFFD;
--magenta-300: #F28DFB;
--magenta-400: #EC52FA;
--magenta-500: #E620F8;
--magenta-600: #C807DA;
--magenta-700: #9F05AD;
--magenta-800: #72047C;
--magenta-900: #49024F;
--magenta-950: #2D0231;
}