Magenta
#D125F4
PinkColor Codes
All color formats for development
HEX
#D125F4RGB
rgb(209, 37, 244)HSL
hsl(290, 90%, 55%)OKLCH
oklch(0.637 0.288 319.6)CMYK
cmyk(14%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA0DF0
2#B40BD5
3#9D0ABB
4#8708A0
5#700785
6#5A066B
7#430450
8#2D0335
9#16011B
Tints
Lighter variations
1#D63BF5
2#DA51F6
3#DF66F7
4#E37CF8
5#E892F9
6#EDA8FA
7#F1BEFC
8#F6D3FD
9#FAE9FE
Tones
Muted variations
1#CA2FE9
2#C33ADF
3#BC44D5
4#B64ECA
5#AF59C0
6#A863B6
7#A16DAB
8#9A78A1
9#938297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E890 #E890F9 | BordersInactive statesPlaceholder text |
| 400 | DB55 #DB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D125 #D125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40B #B40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F09 #8F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #660679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044E | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F8DDFD;
--magenta-200: #F2C0FC;
--magenta-300: #E890F9;
--magenta-400: #DB55F6;
--magenta-500: #D125F4;
--magenta-600: #B40BD5;
--magenta-700: #8F09AA;
--magenta-800: #660679;
--magenta-900: #41044E;
--magenta-950: #290330;
}