Magenta
#C31FF9
PinkColor Codes
All color formats for development
HEX
#C31FF9RGB
rgb(195, 31, 249)HSL
hsl(285, 95%, 55%)OKLCH
oklch(0.618 0.29 314.9)CMYK
cmyk(22%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA06F6
2#A506DB
3#9105BF
4#7C04A4
5#670489
6#53036D
7#3E0252
8#290137
9#15011B
Tints
Lighter variations
1#C936FA
2#CF4CFA
3#D562FB
4#DB79FC
5#E18FFC
6#E7A5FD
7#EDBCFD
8#F3D2FE
9#F9E9FE
Tones
Muted variations
1#BD2AEE
2#B835E3
3#B240D9
4#AD4BCE
5#A856C3
6#A261B8
7#9D6CAD
8#9776A2
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 #EEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08D #E08DFC | BordersInactive statesPlaceholder text |
| 400 | D051 #D051FB | Disabled statesSecondary iconsMuted text |
| 500 | C31F #C31FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A506 #A506DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8404 #8404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E03 #5E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C0250 | 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: #EEBEFD;
--magenta-300: #E08DFC;
--magenta-400: #D051FB;
--magenta-500: #C31FF9;
--magenta-600: #A506DB;
--magenta-700: #8404AE;
--magenta-800: #5E037C;
--magenta-900: #3C0250;
--magenta-950: #260132;
}