Magenta
#C522F7
PinkColor Codes
All color formats for development
HEX
#C522F7RGB
rgb(197, 34, 247)HSL
hsl(286, 93%, 55%)OKLCH
oklch(0.621 0.288 315.8)CMYK
cmyk(20%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD09F4
2#A808D9
3#9307BD
4#7E06A2
5#690587
6#54046C
7#3F0351
8#2A0236
9#15011B
Tints
Lighter variations
1#CB38F8
2#D14EF9
3#D764F9
4#DC7AFA
5#E290FB
6#E8A6FC
7#EEBDFD
8#F3D3FD
9#F9E9FE
Tones
Muted variations
1#BF2CEC
2#BA37E2
3#B442D7
4#AE4CCC
5#A957C2
6#A362B7
7#9D6CAC
8#9877A2
9#928297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFB | BordersInactive statesPlaceholder text |
| 400 | D253 #D253F9 | Disabled statesSecondary iconsMuted text |
| 500 | C522 #C522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A808 #A808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8606 #8606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F04 #5F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F6DDFE;
--magenta-200: #EEBFFD;
--magenta-300: #E18EFB;
--magenta-400: #D253F9;
--magenta-500: #C522F7;
--magenta-600: #A808D9;
--magenta-700: #8606AC;
--magenta-800: #5F047B;
--magenta-900: #3D034F;
--magenta-950: #260231;
}