Magenta
#CE1EFA
PinkColor Codes
All color formats for development
HEX
#CE1EFARGB
rgb(206, 30, 250)HSL
hsl(288, 96%, 55%)OKLCH
oklch(0.634 0.295 317.6)CMYK
cmyk(18%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C705F7
2#B104DC
3#9B04C0
4#8503A5
5#6F0389
6#58026E
7#420252
8#2C0137
9#16011B
Tints
Lighter variations
1#D335FB
2#D84BFB
3#DD62FC
4#E278FC
5#E78FFD
6#ECA5FD
7#F0BCFE
8#F5D2FE
9#FAE9FF
Tones
Muted variations
1#C829EF
2#C134E4
3#BB3FD9
4#B44ACE
5#AD55C3
6#A760B8
7#A06BAD
8#9976A2
9#938197
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 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68C #E68CFD | BordersInactive statesPlaceholder text |
| 400 | D950 #D950FB | Disabled statesSecondary iconsMuted text |
| 500 | CE1E #CE1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B104 #B104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D04 #8D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6403 #64037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #400250 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F1BEFE;
--magenta-300: #E68CFD;
--magenta-400: #D950FB;
--magenta-500: #CE1EFA;
--magenta-600: #B104DC;
--magenta-700: #8D04AF;
--magenta-800: #64037D;
--magenta-900: #400250;
--magenta-950: #280132;
}