Magenta
#CE24F5
PinkColor Codes
All color formats for development
HEX
#CE24F5RGB
rgb(206, 36, 245)HSL
hsl(289, 91%, 55%)OKLCH
oklch(0.633 0.288 318.6)CMYK
cmyk(16%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C70BF1
2#B10AD6
3#9B09BC
4#8508A1
5#6F0686
6#58056B
7#420450
8#2C0336
9#16011B
Tints
Lighter variations
1#D33AF6
2#D850F7
3#DD66F8
4#E27BF9
5#E791FA
6#ECA7FB
7#F0BDFC
8#F5D3FD
9#FAE9FE
Tones
Muted variations
1#C82EEA
2#C139E0
3#BB43D5
4#B44ECB
5#AD58C0
6#A762B6
7#A06DAC
8#9977A1
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 | E68F #E68FFA | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F7 | Disabled statesSecondary iconsMuted text |
| 500 | CE24 #CE24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B10A #B10AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D08 #8D08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #64067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | 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: #E68FFA;
--magenta-400: #D955F7;
--magenta-500: #CE24F5;
--magenta-600: #B10AD6;
--magenta-700: #8D08AA;
--magenta-800: #64067A;
--magenta-900: #40044E;
--magenta-950: #280231;
}