Magenta
#D022F7
PinkColor Codes
All color formats for development
HEX
#D022F7RGB
rgb(208, 34, 247)HSL
hsl(289, 93%, 55%)OKLCH
oklch(0.636 0.291 318.7)CMYK
cmyk(16%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C909F4
2#B208D9
3#9C07BD
4#8606A2
5#6F0587
6#59046C
7#430351
8#2D0236
9#16011B
Tints
Lighter variations
1#D538F8
2#D94EF9
3#DE64F9
4#E37AFA
5#E790FB
6#ECA6FC
7#F1BDFD
8#F6D3FD
9#FAE9FE
Tones
Muted variations
1#C92CEC
2#C237E2
3#BC42D7
4#B54CCC
5#AE57C2
6#A762B7
7#A16CAC
8#9A77A2
9#938297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFB | BordersInactive statesPlaceholder text |
| 400 | DA53 #DA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D022 #D022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B208 #B208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E06 #8E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6504 #65047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F8DDFE;
--magenta-200: #F1BFFD;
--magenta-300: #E78EFB;
--magenta-400: #DA53F9;
--magenta-500: #D022F7;
--magenta-600: #B208D9;
--magenta-700: #8E06AC;
--magenta-800: #65047B;
--magenta-900: #41034F;
--magenta-950: #290231;
}