Magenta
#CF23F6
PinkColor Codes
All color formats for development
HEX
#CF23F6RGB
rgb(207, 35, 246)HSL
hsl(289, 92%, 55%)OKLCH
oklch(0.634 0.29 318.7)CMYK
cmyk(16%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80AF2
2#B209D7
3#9B08BC
4#8507A2
5#6F0687
6#59046C
7#430351
8#2C0236
9#16011B
Tints
Lighter variations
1#D439F7
2#D94FF8
3#DD65F9
4#E27BF9
5#E791FA
6#ECA7FB
7#F1BDFC
8#F5D3FD
9#FAE9FE
Tones
Muted variations
1#C82DEB
2#C238E1
3#BB42D6
4#B44DCC
5#AE57C1
6#A762B6
7#A06DAC
8#9A77A1
9#938297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFA | BordersInactive statesPlaceholder text |
| 400 | DA54 #DA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | CF23 #CF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B209 #B209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D07 #8D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6505 #65057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034E | 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: #F8DDFE;
--magenta-200: #F1BFFC;
--magenta-300: #E78EFA;
--magenta-400: #DA54F8;
--magenta-500: #CF23F6;
--magenta-600: #B209D7;
--magenta-700: #8D07AB;
--magenta-800: #65057A;
--magenta-900: #41034E;
--magenta-950: #280231;
}