Magenta
#C922F7
PinkColor Codes
All color formats for development
HEX
#C922F7RGB
rgb(201, 34, 247)HSL
hsl(287, 93%, 55%)OKLCH
oklch(0.626 0.289 316.9)CMYK
cmyk(19%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C109F4
2#AB08D9
3#9607BD
4#8006A2
5#6B0587
6#56046C
7#400351
8#2B0236
9#15011B
Tints
Lighter variations
1#CE38F8
2#D44EF9
3#D964F9
4#DE7AFA
5#E490FB
6#E9A6FC
7#EFBDFD
8#F4D3FD
9#FAE9FE
Tones
Muted variations
1#C32CEC
2#BD37E2
3#B742D7
4#B14CCC
5#AA57C2
6#A462B7
7#9E6CAC
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 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFB | BordersInactive statesPlaceholder text |
| 400 | D553 #D553F9 | Disabled statesSecondary iconsMuted text |
| 500 | C922 #C922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB08 #AB08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8806 #8806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6104 #61047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F7DDFE;
--magenta-200: #EFBFFD;
--magenta-300: #E38EFB;
--magenta-400: #D553F9;
--magenta-500: #C922F7;
--magenta-600: #AB08D9;
--magenta-700: #8806AC;
--magenta-800: #61047B;
--magenta-900: #3E034F;
--magenta-950: #270231;
}