Magenta
#D825F4
PinkColor Codes
All color formats for development
HEX
#D825F4RGB
rgb(216, 37, 244)HSL
hsl(292, 90%, 55%)OKLCH
oklch(0.647 0.29 321.4)CMYK
cmyk(11%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D20DF0
2#BA0BD5
3#A30ABB
4#8C08A0
5#740785
6#5D066B
7#460450
8#2F0335
9#17011B
Tints
Lighter variations
1#DC3BF5
2#E051F6
3#E466F7
4#E87CF8
5#EB92F9
6#EFA8FA
7#F3BEFC
8#F7D3FD
9#FBE9FE
Tones
Muted variations
1#D02FE9
2#C93ADF
3#C144D5
4#BA4ECA
5#B259C0
6#AB63B6
7#A36DAB
8#9B78A1
9#948297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB90 #EB90F9 | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F6 | Disabled statesSecondary iconsMuted text |
| 500 | D825 #D825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA0B #BA0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9409 #9409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F9DDFD;
--magenta-200: #F4C0FC;
--magenta-300: #EB90F9;
--magenta-400: #E155F6;
--magenta-500: #D825F4;
--magenta-600: #BA0BD5;
--magenta-700: #9409AA;
--magenta-800: #6A0679;
--magenta-900: #44044E;
--magenta-950: #2A0330;
}