Magenta
#C424F5
PinkColor Codes
All color formats for development
HEX
#C424F5RGB
rgb(196, 36, 245)HSL
hsl(286, 91%, 55%)OKLCH
oklch(0.619 0.285 315.9)CMYK
cmyk(20%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0BF1
2#A70AD6
3#9209BC
4#7D08A1
5#680686
6#53056B
7#3E0450
8#2A0336
9#15011B
Tints
Lighter variations
1#CA3AF6
2#D050F7
3#D666F8
4#DC7BF9
5#E191FA
6#E7A7FB
7#EDBDFC
8#F3D3FD
9#F9E9FE
Tones
Muted variations
1#BE2EEA
2#B939E0
3#B343D5
4#AE4ECB
5#A858C0
6#A362B6
7#9D6DAC
8#9777A1
9#928297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC0 #EEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18F #E18FFA | BordersInactive statesPlaceholder text |
| 400 | D155 #D155F7 | Disabled statesSecondary iconsMuted text |
| 500 | C424 #C424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | A70A #A70AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8508 #8508AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F06 #5F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F6DDFD;
--magenta-200: #EEC0FC;
--magenta-300: #E18FFA;
--magenta-400: #D155F7;
--magenta-500: #C424F5;
--magenta-600: #A70AD6;
--magenta-700: #8508AA;
--magenta-800: #5F067A;
--magenta-900: #3D044E;
--magenta-950: #260231;
}