Magenta
#DB25F4
PinkColor Codes
All color formats for development
HEX
#DB25F4RGB
rgb(219, 37, 244)HSL
hsl(293, 90%, 55%)OKLCH
oklch(0.651 0.291 322.2)CMYK
cmyk(10%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D50DF0
2#BE0BD5
3#A60ABB
4#8E08A0
5#770785
6#5F066B
7#470450
8#2F0335
9#18011B
Tints
Lighter variations
1#DF3BF5
2#E351F6
3#E666F7
4#EA7CF8
5#ED92F9
6#F1A8FA
7#F4BEFC
8#F8D3FD
9#FBE9FE
Tones
Muted variations
1#D42FE9
2#CC3ADF
3#C444D5
4#BC4ECA
5#B459C0
6#AC63B6
7#A46DAB
8#9C78A1
9#948297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C0 #F5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | ED90 #ED90F9 | BordersInactive statesPlaceholder text |
| 400 | E355 #E355F6 | Disabled statesSecondary iconsMuted text |
| 500 | DB25 #DB25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BE0B #BE0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9709 #9709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C06 #6C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044E | 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: #FDF0FE;
--magenta-100: #F9DDFD;
--magenta-200: #F5C0FC;
--magenta-300: #ED90F9;
--magenta-400: #E355F6;
--magenta-500: #DB25F4;
--magenta-600: #BE0BD5;
--magenta-700: #9709AA;
--magenta-800: #6C0679;
--magenta-900: #45044E;
--magenta-950: #2B0330;
}