Magenta
#DB26F2
PinkColor Codes
All color formats for development
HEX
#DB26F2RGB
rgb(219, 38, 242)HSL
hsl(293, 89%, 55%)OKLCH
oklch(0.65 0.289 322.7)CMYK
cmyk(10%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D40EEF
2#BD0CD4
3#A50BBA
4#8E099F
5#760885
6#5E066A
7#470550
8#2F0335
9#18021B
Tints
Lighter variations
1#DE3CF4
2#E251F5
3#E567F6
4#E97DF7
5#ED93F9
6#F0A8FA
7#F4BEFB
8#F8D4FC
9#FBE9FE
Tones
Muted variations
1#D330E8
2#CB3BDE
3#C345D4
4#BB4FCA
5#B359BF
6#AC63B5
7#A46EAB
8#9C78A1
9#948296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC90 #EC90F9 | BordersInactive statesPlaceholder text |
| 400 | E356 #E356F5 | Disabled statesSecondary iconsMuted text |
| 500 | DB26 #DB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD0C #BD0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 960A #960AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B07 #6B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #F9DDFD;
--magenta-200: #F4C0FB;
--magenta-300: #EC90F9;
--magenta-400: #E356F5;
--magenta-500: #DB26F2;
--magenta-600: #BD0CD4;
--magenta-700: #960AA9;
--magenta-800: #6B0778;
--magenta-900: #45044D;
--magenta-950: #2B0330;
}