Magenta
#C413CD
PinkColor Codes
All color formats for development
HEX
#C413CDRGB
rgb(196, 19, 205)HSL
hsl(297, 83%, 44%)OKLCH
oklch(0.585 0.265 325.9)CMYK
cmyk(4%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B011B9
2#9D0FA4
3#890D90
4#760B7B
5#620A67
6#4E0852
7#3B063E
8#270429
9#140215
Tints
Lighter variations
1#DD16E7
2#E22EEC
3#E648EE
4#E962F0
5#ED7CF3
6#F196F5
7#F4B1F8
8#F8CBFA
9#FBE5FD
Tones
Muted variations
1#BC1CC4
2#B326BB
3#AB2FB1
4#A238A8
5#9A429F
6#924B95
7#89548C
8#815E83
9#79677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F094 #F094F5 | BordersInactive statesPlaceholder text |
| 400 | E85C #E85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E22D #E22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C413 #C413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C0F #9C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0B #6F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4707 #47074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADEFC;
--magenta-200: #F7C2F9;
--magenta-300: #F094F5;
--magenta-400: #E85CF0;
--magenta-500: #E22DEB;
--magenta-600: #C413CD;
--magenta-700: #9C0FA3;
--magenta-800: #6F0B75;
--magenta-900: #47074B;
--magenta-950: #2D042F;
}