Magenta
#D709D7
PinkColor Codes
All color formats for development
HEX
#D709D7RGB
rgb(215, 9, 215)HSL
hsl(300, 92%, 44%)OKLCH
oklch(0.618 0.281 328.3)CMYK
cmyk(0%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C208C2
2#AC07AC
3#970697
4#810581
5#6C046C
6#560456
7#410341
8#2B022B
9#160116
Tints
Lighter variations
1#F30AF3
2#F624F6
3#F73FF7
4#F85AF8
5#F976F9
6#FA91FA
7#FCADFC
8#FDC8FD
9#FEE4FE
Tones
Muted variations
1#CD13CD
2#C31EC3
3#B828B8
4#AE32AE
5#A43DA4
6#994799
7#8F518F
8#855C85
9#7B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EFA | BordersInactive statesPlaceholder text |
| 400 | F854 #F854F8 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E034E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FE;
--magenta-100: #FEDDFE;
--magenta-200: #FCBFFC;
--magenta-300: #FA8EFA;
--magenta-400: #F854F8;
--magenta-500: #F623F6;
--magenta-600: #D709D7;
--magenta-700: #AB07AB;
--magenta-800: #7A057A;
--magenta-900: #4E034E;
--magenta-950: #310231;
}