Magenta
#CC27F1
PinkColor Codes
All color formats for development
HEX
#CC27F1RGB
rgb(204, 39, 241)HSL
hsl(289, 88%, 55%)OKLCH
oklch(0.629 0.283 318.9)CMYK
cmyk(15%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C50FED
2#AF0DD3
3#990CB9
4#830A9E
5#6D0884
6#570769
7#42054F
8#2C0335
9#16021A
Tints
Lighter variations
1#D13DF3
2#D652F4
3#DB68F5
4#E17EF7
5#E693F8
6#EBA9F9
7#F0BEFB
8#F5D4FC
9#FAE9FE
Tones
Muted variations
1#C631E7
2#BF3BDD
3#B946D3
4#B350C9
5#AC5ABF
6#A664B5
7#9F6EAB
8#9978A0
9#938296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C1 #F0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E591 #E591F8 | BordersInactive statesPlaceholder text |
| 400 | D757 #D757F4 | Disabled statesSecondary iconsMuted text |
| 500 | CC27 #CC27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0D #AF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0B #8B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6308 #630878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4005 #40054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F7DDFD;
--magenta-200: #F0C1FB;
--magenta-300: #E591F8;
--magenta-400: #D757F4;
--magenta-500: #CC27F1;
--magenta-600: #AF0DD3;
--magenta-700: #8B0BA8;
--magenta-800: #630878;
--magenta-900: #40054D;
--magenta-950: #280330;
}