Magenta
#DE22F7
PinkColor Codes
All color formats for development
HEX
#DE22F7RGB
rgb(222, 34, 247)HSL
hsl(293, 93%, 55%)OKLCH
oklch(0.656 0.296 322.3)CMYK
cmyk(10%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D809F4
2#C008D9
3#A807BD
4#9006A2
5#780587
6#60046C
7#480351
8#300236
9#18011B
Tints
Lighter variations
1#E138F8
2#E54EF9
3#E864F9
4#EB7AFA
5#EF90FB
6#F2A6FC
7#F5BDFD
8#F8D3FD
9#FCE9FE
Tones
Muted variations
1#D62CEC
2#CE37E2
3#C642D7
4#BD4CCC
5#B557C2
6#AD62B7
7#A56CAC
8#9D77A2
9#948297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BF #F5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8E #EE8EFB | BordersInactive statesPlaceholder text |
| 400 | E553 #E553F9 | Disabled statesSecondary iconsMuted text |
| 500 | DE22 #DE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C008 #C008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9906 #9906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D04 #6D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4603 #46034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FADDFE;
--magenta-200: #F5BFFD;
--magenta-300: #EE8EFB;
--magenta-400: #E553F9;
--magenta-500: #DE22F7;
--magenta-600: #C008D9;
--magenta-700: #9906AC;
--magenta-800: #6D047B;
--magenta-900: #46034F;
--magenta-950: #2C0231;
}