Magenta
#CE04DC
PinkColor Codes
All color formats for development
HEX
#CE04DCRGB
rgb(206, 4, 220)HSL
hsl(296, 96%, 44%)OKLCH
oklch(0.607 0.283 324.8)CMYK
cmyk(6%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B904C6
2#A404B0
3#90039A
4#7B0384
5#67026E
6#520258
7#3E0142
8#29012C
9#150016
Tints
Lighter variations
1#E805F8
2#EC1FFA
3#EE3BFB
4#F157FC
5#F373FC
6#F58FFD
7#F8ABFD
8#FAC7FE
9#FDE3FE
Tones
Muted variations
1#C40FD1
2#BB1AC6
3#B225BC
4#A830B1
5#9F3AA6
6#96459B
7#8C5091
8#835B86
9#7A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDC #FCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9BE #F9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F58C #F58CFD | BordersInactive statesPlaceholder text |
| 400 | F050 #F050FB | Disabled statesSecondary iconsMuted text |
| 500 | EC1E #EC1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | CE04 #CE04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A404 #A404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7503 #75037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B02 #4B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2F01 #2F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FF;
--magenta-100: #FCDCFE;
--magenta-200: #F9BEFE;
--magenta-300: #F58CFD;
--magenta-400: #F050FB;
--magenta-500: #EC1EFA;
--magenta-600: #CE04DC;
--magenta-700: #A404AF;
--magenta-800: #75037D;
--magenta-900: #4B0250;
--magenta-950: #2F0132;
}