Magenta
#DF25F4
PinkColor Codes
All color formats for development
HEX
#DF25F4RGB
rgb(223, 37, 244)HSL
hsl(294, 90%, 55%)OKLCH
oklch(0.657 0.292 323.2)CMYK
cmyk(9%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D90DF0
2#C10BD5
3#A90ABB
4#9108A0
5#790785
6#60066B
7#480450
8#300335
9#18011B
Tints
Lighter variations
1#E23BF5
2#E551F6
3#E966F7
4#EC7CF8
5#EF92F9
6#F2A8FA
7#F5BEFC
8#F9D3FD
9#FCE9FE
Tones
Muted variations
1#D72FE9
2#CE3ADF
3#C644D5
4#BE4ECA
5#B659C0
6#AD63B6
7#A56DAB
8#9D78A1
9#958297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C0 #F6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF90 #EF90F9 | BordersInactive statesPlaceholder text |
| 400 | E655 #E655F6 | Disabled statesSecondary iconsMuted text |
| 500 | DF25 #DF25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C10B #C10BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A09 #9A09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E06 #6E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4604 #46044E | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FADDFD;
--magenta-200: #F6C0FC;
--magenta-300: #EF90F9;
--magenta-400: #E655F6;
--magenta-500: #DF25F4;
--magenta-600: #C10BD5;
--magenta-700: #9A09AA;
--magenta-800: #6E0679;
--magenta-900: #46044E;
--magenta-950: #2C0330;
}