Magenta
#D709CA
PinkColor Codes
All color formats for development
HEX
#D709CARGB
rgb(215, 9, 202)HSL
hsl(304, 92%, 44%)OKLCH
oklch(0.611 0.273 331.7)CMYK
cmyk(0%, 96%, 6%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C208B5
2#AC07A1
3#97068D
4#810579
5#6C0465
6#560451
7#41033C
8#2B0228
9#160114
Tints
Lighter variations
1#F30AE3
2#F624E8
3#F73FEB
4#F85AEE
5#F976F1
6#FA91F3
7#FCADF6
8#FDC8F9
9#FEE4FC
Tones
Muted variations
1#CD13C1
2#C31EB8
3#B828AF
4#AE32A6
5#A43D9D
6#994794
7#8F518B
8#855C82
9#7B6679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EF3 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854ED | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB07A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0349 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FD;
--magenta-100: #FEDDFB;
--magenta-200: #FCBFF8;
--magenta-300: #FA8EF3;
--magenta-400: #F854ED;
--magenta-500: #F623E8;
--magenta-600: #D709CA;
--magenta-700: #AB07A0;
--magenta-800: #7A0573;
--magenta-900: #4E0349;
--magenta-950: #31022E;
}