Magenta
#CE1FF9
PinkColor Codes
All color formats for development
HEX
#CE1FF9RGB
rgb(206, 31, 249)HSL
hsl(288, 95%, 55%)OKLCH
oklch(0.633 0.294 317.8)CMYK
cmyk(17%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C606F6
2#B006DB
3#9A05BF
4#8404A4
5#6E0489
6#58036D
7#420252
8#2C0137
9#16011B
Tints
Lighter variations
1#D336FA
2#D84CFA
3#DC62FB
4#E179FC
5#E68FFC
6#EBA5FD
7#F0BCFD
8#F5D2FE
9#FAE9FE
Tones
Muted variations
1#C72AEE
2#C135E3
3#BA40D9
4#B34BCE
5#AD56C3
6#A661B8
7#A06CAD
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 #F1BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E68D #E68DFC | BordersInactive statesPlaceholder text |
| 400 | D951 #D951FB | Disabled statesSecondary iconsMuted text |
| 500 | CE1F #CE1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B006 #B006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C04 #8C04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6403 #64037C | 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: #F1BEFD;
--magenta-300: #E68DFC;
--magenta-400: #D951FB;
--magenta-500: #CE1FF9;
--magenta-600: #B006DB;
--magenta-700: #8C04AE;
--magenta-800: #64037C;
--magenta-900: #400250;
--magenta-950: #280132;
}