Magenta
#DE2EEA
PinkColor Codes
All color formats for development
HEX
#DE2EEARGB
rgb(222, 46, 234)HSL
hsl(296, 82%, 55%)OKLCH
oklch(0.654 0.279 325.2)CMYK
cmyk(5%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D817E6
2#C014CC
3#A812B3
4#900F99
5#780D80
6#600A66
7#48084D
8#300533
9#18031A
Tints
Lighter variations
1#E143EC
2#E458EE
3#E86DF1
4#EB82F3
5#EE97F5
6#F2ABF7
7#F5C0F9
8#F8D5FB
9#FCEAFD
Tones
Muted variations
1#D638E1
2#CD41D8
3#C54ACE
4#BD54C5
5#B55DBB
6#AD67B2
7#A570A8
8#9D799F
9#948396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE94 #EE94F4 | BordersInactive statesPlaceholder text |
| 400 | E55D #E55DEF | Disabled statesSecondary iconsMuted text |
| 500 | DE2E #DE2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C014 #C014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9910 #9910A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0B #6D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4607 #46074A | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADFFC;
--magenta-200: #F5C3F9;
--magenta-300: #EE94F4;
--magenta-400: #E55DEF;
--magenta-500: #DE2EEA;
--magenta-600: #C014CC;
--magenta-700: #9910A2;
--magenta-800: #6D0B74;
--magenta-900: #46074A;
--magenta-950: #2C052E;
}