Magenta
#C222F7
PinkColor Codes
All color formats for development
HEX
#C222F7RGB
rgb(194, 34, 247)HSL
hsl(285, 93%, 55%)OKLCH
oklch(0.617 0.287 315)CMYK
cmyk(21%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B909F4
2#A408D9
3#9007BD
4#7B06A2
5#670587
6#52046C
7#3E0351
8#290236
9#15011B
Tints
Lighter variations
1#C838F8
2#CE4EF9
3#D464F9
4#DA7AFA
5#E090FB
6#E6A6FC
7#EDBDFD
8#F3D3FD
9#F9E9FE
Tones
Muted variations
1#BC2CEC
2#B737E2
3#B242D7
4#AC4CCC
5#A757C2
6#A262B7
7#9C6CAC
8#9777A2
9#928297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08E #E08EFB | BordersInactive statesPlaceholder text |
| 400 | CF53 #CF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | C222 #C222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A408 #A408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8306 #8306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D04 #5D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F5DDFE;
--magenta-200: #EDBFFD;
--magenta-300: #E08EFB;
--magenta-400: #CF53F9;
--magenta-500: #C222F7;
--magenta-600: #A408D9;
--magenta-700: #8306AC;
--magenta-800: #5D047B;
--magenta-900: #3C034F;
--magenta-950: #250231;
}