Magenta
#DE2BEE
PinkColor Codes
All color formats for development
HEX
#DE2BEERGB
rgb(222, 43, 238)HSL
hsl(295, 85%, 55%)OKLCH
oklch(0.654 0.284 324.3)CMYK
cmyk(7%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D813EA
2#C011D0
3#A80FB6
4#900D9C
5#780B82
6#600868
7#48064E
8#300434
9#18021A
Tints
Lighter variations
1#E140F0
2#E455F1
3#E86AF3
4#EB80F5
5#EE95F6
6#F2AAF8
7#F5BFFA
8#F8D5FC
9#FCEAFD
Tones
Muted variations
1#D534E4
2#CD3EDA
3#C548D1
4#BD52C7
5#B55BBD
6#AD65B3
7#A56FAA
8#9D79A0
9#948296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C2 #F5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EE92 #EE92F6 | BordersInactive statesPlaceholder text |
| 400 | E55A #E55AF2 | Disabled statesSecondary iconsMuted text |
| 500 | DE2B #DE2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C011 #C011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980D #980DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0A #6D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4606 #46064B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADEFC;
--magenta-200: #F5C2FA;
--magenta-300: #EE92F6;
--magenta-400: #E55AF2;
--magenta-500: #DE2BEE;
--magenta-600: #C011D0;
--magenta-700: #980DA5;
--magenta-800: #6D0A76;
--magenta-900: #46064B;
--magenta-950: #2C042F;
}