Magenta
#D82EEA
PinkColor Codes
All color formats for development
HEX
#D82EEARGB
rgb(216, 46, 234)HSL
hsl(294, 82%, 55%)OKLCH
oklch(0.645 0.277 323.6)CMYK
cmyk(8%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D117E6
2#BA14CC
3#A312B3
4#8B0F99
5#740D80
6#5D0A66
7#46084D
8#2E0533
9#17031A
Tints
Lighter variations
1#DB43EC
2#DF58EE
3#E36DF1
4#E782F3
5#EB97F5
6#EFABF7
7#F3C0F9
8#F7D5FB
9#FBEAFD
Tones
Muted variations
1#D038E1
2#C841D8
3#C14ACE
4#B954C5
5#B25DBB
6#AA67B2
7#A370A8
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 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F4 | BordersInactive statesPlaceholder text |
| 400 | E05D #E05DEF | Disabled statesSecondary iconsMuted text |
| 500 | D82E #D82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BA14 #BA14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9410 #9410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074A | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DFFC;
--magenta-200: #F4C3F9;
--magenta-300: #EB94F4;
--magenta-400: #E05DEF;
--magenta-500: #D82EEA;
--magenta-600: #BA14CC;
--magenta-700: #9410A2;
--magenta-800: #6A0B74;
--magenta-900: #44074A;
--magenta-950: #2A052E;
}