Magenta
#CF1DFC
PinkColor Codes
All color formats for development
HEX
#CF1DFCRGB
rgb(207, 29, 252)HSL
hsl(288, 97%, 55%)OKLCH
oklch(0.636 0.297 317.5)CMYK
cmyk(18%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C804F9
2#B203DD
3#9B03C1
4#8503A6
5#6F028A
6#59026F
7#430153
8#2C0137
9#16001C
Tints
Lighter variations
1#D434FC
2#D94AFC
3#DD61FD
4#E277FD
5#E78EFD
6#ECA5FE
7#F1BBFE
8#F5D2FE
9#FAE8FF
Tones
Muted variations
1#C828F0
2#C233E5
3#BB3EDA
4#B449CF
5#AE55C4
6#A760B9
7#A06BAE
8#9A76A3
9#938197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68B #E68BFD | BordersInactive statesPlaceholder text |
| 400 | DA4F #DA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | CF1D #CF1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B203 #B203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D03 #8D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6502 #65027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4101 #410150 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F1BEFE;
--magenta-300: #E68BFD;
--magenta-400: #DA4FFC;
--magenta-500: #CF1DFC;
--magenta-600: #B203DD;
--magenta-700: #8D03B0;
--magenta-800: #65027E;
--magenta-900: #410150;
--magenta-950: #280132;
}