Magenta
#C41DFC
PinkColor Codes
All color formats for development
HEX
#C41DFCRGB
rgb(196, 29, 252)HSL
hsl(285, 97%, 55%)OKLCH
oklch(0.621 0.294 314.5)CMYK
cmyk(22%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB04F9
2#A703DD
3#9203C1
4#7D03A6
5#68028A
6#53026F
7#3E0153
8#2A0137
9#15001C
Tints
Lighter variations
1#CA34FC
2#D04AFC
3#D661FD
4#DC77FD
5#E18EFD
6#E7A5FE
7#EDBBFE
8#F3D2FE
9#F9E8FF
Tones
Muted variations
1#BE28F0
2#B933E5
3#B33EDA
4#AE49CF
5#A855C4
6#A360B9
7#9D6BAE
8#9776A3
9#928197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBE #EEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E18B #E18BFD | BordersInactive statesPlaceholder text |
| 400 | D14F #D14FFC | Disabled statesSecondary iconsMuted text |
| 500 | C41D #C41DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | A703 #A703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8503 #8503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F02 #5F027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D01 #3D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EEBEFE;
--magenta-300: #E18BFD;
--magenta-400: #D14FFC;
--magenta-500: #C41DFC;
--magenta-600: #A703DD;
--magenta-700: #8503B0;
--magenta-800: #5F027E;
--magenta-900: #3D0150;
--magenta-950: #260132;
}