Magenta
#CA1FF9
PinkColor Codes
All color formats for development
HEX
#CA1FF9RGB
rgb(202, 31, 249)HSL
hsl(287, 95%, 55%)OKLCH
oklch(0.628 0.292 316.8)CMYK
cmyk(19%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C206F6
2#AD06DB
3#9705BF
4#8104A4
5#6C0489
6#56036D
7#410252
8#2B0137
9#16011B
Tints
Lighter variations
1#CF36FA
2#D54CFA
3#DA62FB
4#DF79FC
5#E58FFC
6#EAA5FD
7#EFBCFD
8#F4D2FE
9#FAE9FE
Tones
Muted variations
1#C42AEE
2#BE35E3
3#B740D9
4#B14BCE
5#AB56C3
6#A561B8
7#9F6CAD
8#9976A2
9#928197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFC | BordersInactive statesPlaceholder text |
| 400 | D651 #D651FB | Disabled statesSecondary iconsMuted text |
| 500 | CA1F #CA1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD06 #AD06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8904 #8904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BEFD;
--magenta-300: #E48DFC;
--magenta-400: #D651FB;
--magenta-500: #CA1FF9;
--magenta-600: #AD06DB;
--magenta-700: #8904AE;
--magenta-800: #62037C;
--magenta-900: #3F0250;
--magenta-950: #270132;
}