Magenta
#CE25F4
PinkColor Codes
All color formats for development
HEX
#CE25F4RGB
rgb(206, 37, 244)HSL
hsl(289, 90%, 55%)OKLCH
oklch(0.633 0.287 318.8)CMYK
cmyk(16%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C60DF0
2#B00BD5
3#9A0ABB
4#8408A0
5#6E0785
6#58066B
7#420450
8#2C0335
9#16011B
Tints
Lighter variations
1#D33BF5
2#D851F6
3#DC66F7
4#E17CF8
5#E692F9
6#EBA8FA
7#F0BEFC
8#F5D3FD
9#FAE9FE
Tones
Muted variations
1#C72FE9
2#C13ADF
3#BA44D5
4#B34ECA
5#AD59C0
6#A663B6
7#A06DAB
8#9978A1
9#938297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E690 #E690F9 | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F6 | Disabled statesSecondary iconsMuted text |
| 500 | CE25 #CE25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B00B #B00BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C09 #8C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #640679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F7DDFD;
--magenta-200: #F1C0FC;
--magenta-300: #E690F9;
--magenta-400: #D955F6;
--magenta-500: #CE25F4;
--magenta-600: #B00BD5;
--magenta-700: #8C09AA;
--magenta-800: #640679;
--magenta-900: #40044E;
--magenta-950: #280330;
}