Magenta
#D82DEB
PinkColor Codes
All color formats for development
HEX
#D82DEBRGB
rgb(216, 45, 235)HSL
hsl(294, 83%, 55%)OKLCH
oklch(0.645 0.278 323.4)CMYK
cmyk(8%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D215E7
2#BB13CD
3#A311B4
4#8C0E9A
5#750C80
6#5D0A67
7#46074D
8#2F0533
9#17021A
Tints
Lighter variations
1#DC42ED
2#E057EF
3#E46CF1
4#E881F3
5#EC96F5
6#F0ABF7
7#F3C0F9
8#F7D5FB
9#FBEAFD
Tones
Muted variations
1#D137E2
2#C940D8
3#C24ACF
4#BA53C5
5#B25DBC
6#AB66B2
7#A370A9
8#9B799F
9#948396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F5 | BordersInactive statesPlaceholder text |
| 400 | E15C #E15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D82D #D82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | BB13 #BB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950F #950FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F4C2F9;
--magenta-300: #EB94F5;
--magenta-400: #E15CF0;
--magenta-500: #D82DEB;
--magenta-600: #BB13CD;
--magenta-700: #950FA3;
--magenta-800: #6A0B75;
--magenta-900: #44074B;
--magenta-950: #2A042F;
}