Magenta
#C609D7
PinkColor Codes
All color formats for development
HEX
#C609D7RGB
rgb(198, 9, 215)HSL
hsl(295, 92%, 44%)OKLCH
oklch(0.593 0.275 323.9)CMYK
cmyk(8%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B208C2
2#9F07AC
3#8B0697
4#770581
5#63046C
6#4F0456
7#3B0341
8#28022B
9#140116
Tints
Lighter variations
1#DF0AF3
2#E424F6
3#E83FF7
4#EB5AF8
5#EE76F9
6#F291FA
7#F5ADFC
8#F8C8FD
9#FCE4FE
Tones
Muted variations
1#BE13CD
2#B51EC3
3#AC28B8
4#A432AE
5#9B3DA4
6#934799
7#8A518F
8#815C85
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 | F7BF #F7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | F18E #F18EFA | BordersInactive statesPlaceholder text |
| 400 | EA54 #EA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | E423 #E423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C609 #C609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E07 #9E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7105 #71057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4803 #48034E | 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: #F7BFFC;
--magenta-300: #F18EFA;
--magenta-400: #EA54F8;
--magenta-500: #E423F6;
--magenta-600: #C609D7;
--magenta-700: #9E07AB;
--magenta-800: #71057A;
--magenta-900: #48034E;
--magenta-950: #2D0231;
}