Magenta
#CC22F7
PinkColor Codes
All color formats for development
HEX
#CC22F7RGB
rgb(204, 34, 247)HSL
hsl(288, 93%, 55%)OKLCH
oklch(0.631 0.29 317.7)CMYK
cmyk(17%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C509F4
2#AF08D9
3#9907BD
4#8306A2
5#6D0587
6#57046C
7#420351
8#2C0236
9#16011B
Tints
Lighter variations
1#D138F8
2#D64EF9
3#DB64F9
4#E17AFA
5#E690FB
6#EBA6FC
7#F0BDFD
8#F5D3FD
9#FAE9FE
Tones
Muted variations
1#C62CEC
2#BF37E2
3#B942D7
4#B34CCC
5#AC57C2
6#A662B7
7#9F6CAC
8#9977A2
9#938297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58E #E58EFB | BordersInactive statesPlaceholder text |
| 400 | D853 #D853F9 | Disabled statesSecondary iconsMuted text |
| 500 | CC22 #CC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF08 #AF08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B06 #8B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6304 #63047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4003 #40034F | 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: #F7DDFE;
--magenta-200: #F0BFFD;
--magenta-300: #E58EFB;
--magenta-400: #D853F9;
--magenta-500: #CC22F7;
--magenta-600: #AF08D9;
--magenta-700: #8B06AC;
--magenta-800: #63047B;
--magenta-900: #40034F;
--magenta-950: #280231;
}