Magenta
#DF1CFD
PinkColor Codes
All color formats for development
HEX
#DF1CFDRGB
rgb(223, 28, 253)HSL
hsl(292, 98%, 55%)OKLCH
oklch(0.659 0.303 321.3)CMYK
cmyk(12%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D903FA
2#C102DE
3#A902C2
4#9102A7
5#79018B
6#60016F
7#480153
8#300138
9#18001C
Tints
Lighter variations
1#E233FD
2#E549FD
3#E860FD
4#EC77FE
5#EF8DFE
6#F2A4FE
7#F5BBFE
8#F9D2FF
9#FCE8FF
Tones
Muted variations
1#D627F1
2#CE32E6
3#C63EDB
4#BE49D0
5#B554C4
6#AD5FB9
7#A56BAE
8#9D76A3
9#948197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFE | BordersInactive statesPlaceholder text |
| 400 | E64E #E64EFD | Disabled statesSecondary iconsMuted text |
| 500 | DF1C #DF1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C102 #C102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9902 #9902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E01 #6E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460151 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFF;
--magenta-200: #F6BDFE;
--magenta-300: #EE8BFE;
--magenta-400: #E64EFD;
--magenta-500: #DF1CFD;
--magenta-600: #C102DE;
--magenta-700: #9902B1;
--magenta-800: #6E017E;
--magenta-900: #460151;
--magenta-950: #2C0132;
}