Magenta
#CB1EFA
PinkColor Codes
All color formats for development
HEX
#CB1EFARGB
rgb(203, 30, 250)HSL
hsl(287, 96%, 55%)OKLCH
oklch(0.63 0.294 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#C305F7
2#AD04DC
3#9804C0
4#8203A5
5#6C0389
6#57026E
7#410252
8#2B0137
9#16011B
Tints
Lighter variations
1#D035FB
2#D54BFB
3#DA62FC
4#E078FC
5#E58FFD
6#EAA5FD
7#EFBCFE
8#F5D2FE
9#FAE9FF
Tones
Muted variations
1#C429EF
2#BE34E4
3#B83FD9
4#B24ACE
5#AB55C3
6#A560B8
7#9F6BAD
8#9976A2
9#928197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E48C #E48CFD | BordersInactive statesPlaceholder text |
| 400 | D650 #D650FB | Disabled statesSecondary iconsMuted text |
| 500 | CB1E #CB1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | AD04 #AD04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A04 #8A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037D | 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: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BEFE;
--magenta-300: #E48CFD;
--magenta-400: #D650FB;
--magenta-500: #CB1EFA;
--magenta-600: #AD04DC;
--magenta-700: #8A04AF;
--magenta-800: #62037D;
--magenta-900: #3F0250;
--magenta-950: #270132;
}