Magenta
#C61FF9
PinkColor Codes
All color formats for development
HEX
#C61FF9RGB
rgb(198, 31, 249)HSL
hsl(286, 95%, 55%)OKLCH
oklch(0.622 0.291 315.7)CMYK
cmyk(20%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE06F6
2#A906DB
3#9405BF
4#7F04A4
5#6A0489
6#55036D
7#3F0252
8#2A0137
9#15011B
Tints
Lighter variations
1#CC36FA
2#D24CFA
3#D762FB
4#DD79FC
5#E38FFC
6#E8A5FD
7#EEBCFD
8#F4D2FE
9#F9E9FE
Tones
Muted variations
1#C12AEE
2#BB35E3
3#B540D9
4#AF4BCE
5#A956C3
6#A461B8
7#9E6CAD
8#9876A2
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 | EFBE #EFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFC | BordersInactive statesPlaceholder text |
| 400 | D351 #D351FB | Disabled statesSecondary iconsMuted text |
| 500 | C61F #C61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A906 #A906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8604 #8604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6003 #60037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D0250 | 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: #EFBEFD;
--magenta-300: #E28DFC;
--magenta-400: #D351FB;
--magenta-500: #C61FF9;
--magenta-600: #A906DB;
--magenta-700: #8604AE;
--magenta-800: #60037C;
--magenta-900: #3D0250;
--magenta-950: #260132;
}