Magenta
#D722F7
PinkColor Codes
All color formats for development
HEX
#D722F7RGB
rgb(215, 34, 247)HSL
hsl(291, 93%, 55%)OKLCH
oklch(0.646 0.293 320.6)CMYK
cmyk(13%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D009F4
2#B908D9
3#A207BD
4#8B06A2
5#740587
6#5D046C
7#450351
8#2E0236
9#17011B
Tints
Lighter variations
1#DB38F8
2#DF4EF9
3#E364F9
4#E77AFA
5#EB90FB
6#EFA6FC
7#F3BDFD
8#F7D3FD
9#FBE9FE
Tones
Muted variations
1#CF2CEC
2#C837E2
3#C142D7
4#B94CCC
5#B257C2
6#AA62B7
7#A36CAC
8#9B77A2
9#948297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8E #EB8EFB | BordersInactive statesPlaceholder text |
| 400 | E053 #E053F9 | Disabled statesSecondary iconsMuted text |
| 500 | D722 #D722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B908 #B908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9306 #9306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6904 #69047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034F | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F9DDFE;
--magenta-200: #F3BFFD;
--magenta-300: #EB8EFB;
--magenta-400: #E053F9;
--magenta-500: #D722F7;
--magenta-600: #B908D9;
--magenta-700: #9306AC;
--magenta-800: #69047B;
--magenta-900: #43034F;
--magenta-950: #2A0231;
}