Magenta
#DB2EEA
PinkColor Codes
All color formats for development
HEX
#DB2EEARGB
rgb(219, 46, 234)HSL
hsl(295, 82%, 55%)OKLCH
oklch(0.649 0.278 324.4)CMYK
cmyk(6%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D417E6
2#BD14CC
3#A512B3
4#8E0F99
5#760D80
6#5E0A66
7#47084D
8#2F0533
9#18031A
Tints
Lighter variations
1#DE43EC
2#E258EE
3#E66DF1
4#E982F3
5#ED97F5
6#F0ABF7
7#F4C0F9
8#F8D5FB
9#FBEAFD
Tones
Muted variations
1#D338E1
2#CB41D8
3#C34ACE
4#BB54C5
5#B35DBB
6#AC67B2
7#A470A8
8#9C799F
9#948396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC94 #EC94F4 | BordersInactive statesPlaceholder text |
| 400 | E35D #E35DEF | Disabled statesSecondary iconsMuted text |
| 500 | DB2E #DB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BD14 #BD14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9610 #9610A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0B #6B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4507 #45074A | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #F9DFFC;
--magenta-200: #F5C3F9;
--magenta-300: #EC94F4;
--magenta-400: #E35DEF;
--magenta-500: #DB2EEA;
--magenta-600: #BD14CC;
--magenta-700: #9610A2;
--magenta-800: #6B0B74;
--magenta-900: #45074A;
--magenta-950: #2B052E;
}