Magenta
#CC11D0
PinkColor Codes
All color formats for development
HEX
#CC11D0RGB
rgb(204, 17, 208)HSL
hsl(299, 85%, 44%)OKLCH
oklch(0.599 0.27 327.3)CMYK
cmyk(2%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B80FBB
2#A40DA6
3#8F0C91
4#7B0A7D
5#660868
6#520753
7#3D053E
8#29032A
9#140215
Tints
Lighter variations
1#E613EA
2#EB2CEE
3#ED46F0
4#F060F2
5#F27BF4
6#F595F6
7#F7B0F9
8#FACAFB
9#FCE5FD
Tones
Muted variations
1#C31AC6
2#BA24BC
3#B12DB3
4#A837A9
5#9E41A0
6#954A96
7#8C548D
8#835D83
9#79677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F592 #F592F6 | BordersInactive statesPlaceholder text |
| 400 | EF5A #EF5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | EB2B #EB2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | CC11 #CC11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30D #A30DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740A #740A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A06 #4A064B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #F9C2FA;
--magenta-300: #F592F6;
--magenta-400: #EF5AF2;
--magenta-500: #EB2BEE;
--magenta-600: #CC11D0;
--magenta-700: #A30DA5;
--magenta-800: #740A76;
--magenta-900: #4A064B;
--magenta-950: #2E042F;
}