Magenta
#CC14CC
PinkColor Codes
All color formats for development
HEX
#CC14CCRGB
rgb(204, 20, 204)HSL
hsl(300, 82%, 44%)OKLCH
oklch(0.597 0.267 328.3)CMYK
cmyk(0%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B812B8
2#A310A3
3#8F0E8F
4#7B0C7B
5#660A66
6#520852
7#3D063D
8#290429
9#140214
Tints
Lighter variations
1#E617E6
2#EA2FEA
3#ED49ED
4#F063F0
5#F27DF2
6#F597F5
7#F7B1F7
8#FACBFA
9#FCE5FC
Tones
Muted variations
1#C31DC3
2#BA27BA
3#B130B1
4#A739A7
5#9E429E
6#954B95
7#8C558C
8#835E83
9#796779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494F4 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DEF | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A210A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDFFC;
--magenta-200: #F9C3F9;
--magenta-300: #F494F4;
--magenta-400: #EF5DEF;
--magenta-500: #EA2EEA;
--magenta-600: #CC14CC;
--magenta-700: #A210A2;
--magenta-800: #740B74;
--magenta-900: #4A074A;
--magenta-950: #2E052E;
}