Magenta
#CE00E0
PinkColor Codes
All color formats for development
HEX
#CE00E0RGB
rgb(206, 0, 224)HSL
hsl(295, 100%, 44%)OKLCH
oklch(0.609 0.286 323.9)CMYK
cmyk(8%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B900CA
2#A500B4
3#90009D
4#7B0087
5#670070
6#52005A
7#3E0043
8#29002D
9#150016
Tints
Lighter variations
1#E800FD
2#EC1BFF
3#EE37FF
4#F154FF
5#F370FF
6#F58DFF
7#F8A9FF
8#FAC6FF
9#FDE2FF
Tones
Muted variations
1#C40BD5
2#BB16CA
3#B222BF
4#A82DB4
5#9F38A8
6#96439D
7#8C4F92
8#835A87
9#7A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDB #FCDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9BD #F9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F58A #F58AFF | BordersInactive statesPlaceholder text |
| 400 | F04D #F04DFF | Disabled statesSecondary iconsMuted text |
| 500 | EC1A #EC1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | CE00 #CE00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A400 #A400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7500 #750080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B00 #4B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2F00 #2F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FF;
--magenta-100: #FCDBFF;
--magenta-200: #F9BDFF;
--magenta-300: #F58AFF;
--magenta-400: #F04DFF;
--magenta-500: #EC1AFF;
--magenta-600: #CE00E0;
--magenta-700: #A400B3;
--magenta-800: #750080;
--magenta-900: #4B0052;
--magenta-950: #2F0033;
}