Magenta
#D224F5
PinkColor Codes
All color formats for development
HEX
#D224F5RGB
rgb(210, 36, 245)HSL
hsl(290, 91%, 55%)OKLCH
oklch(0.638 0.289 319.7)CMYK
cmyk(14%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB0BF1
2#B40AD6
3#9E09BC
4#8708A1
5#710686
6#5A056B
7#440450
8#2D0336
9#17011B
Tints
Lighter variations
1#D63AF6
2#DB50F7
3#DF66F8
4#E47BF9
5#E891FA
6#EDA7FB
7#F1BDFC
8#F6D3FD
9#FAE9FE
Tones
Muted variations
1#CB2EEA
2#C439E0
3#BD43D5
4#B64ECB
5#AF58C0
6#A862B6
7#A16DAC
8#9A77A1
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 | E88F #E88FFA | BordersInactive statesPlaceholder text |
| 400 | DC55 #DC55F7 | Disabled statesSecondary iconsMuted text |
| 500 | D224 #D224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40A #B40AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F08 #8F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #66067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044E | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | 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: #E88FFA;
--magenta-400: #DC55F7;
--magenta-500: #D224F5;
--magenta-600: #B40AD6;
--magenta-700: #8F08AA;
--magenta-800: #66067A;
--magenta-900: #42044E;
--magenta-950: #290231;
}