Magenta
#C506DB
PinkColor Codes
All color formats for development
HEX
#C506DBRGB
rgb(197, 6, 219)HSL
hsl(294, 95%, 44%)OKLCH
oklch(0.593 0.279 322.6)CMYK
cmyk(10%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B205C5
2#9E04AF
3#8A0499
4#760383
5#63036D
6#4F0258
7#3B0242
8#27012C
9#140116
Tints
Lighter variations
1#DF06F7
2#E420F9
3#E73CFA
4#EA58FB
5#EE74FB
6#F190FC
7#F5ABFD
8#F8C7FE
9#FCE3FE
Tones
Muted variations
1#BD10D0
2#B41BC5
3#AC26BB
4#A330B0
5#9B3BA5
6#92469B
7#8A5090
8#815B86
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 | F7BE #F7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F18D #F18DFC | BordersInactive statesPlaceholder text |
| 400 | EA51 #EA51FB | Disabled statesSecondary iconsMuted text |
| 500 | E31F #E31FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C506 #C506DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D04 #9D04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7003 #70037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4802 #480250 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDCFE;
--magenta-200: #F7BEFD;
--magenta-300: #F18DFC;
--magenta-400: #EA51FB;
--magenta-500: #E31FF9;
--magenta-600: #C506DB;
--magenta-700: #9D04AE;
--magenta-800: #70037C;
--magenta-900: #480250;
--magenta-950: #2D0132;
}