Magenta
#D22DEB
PinkColor Codes
All color formats for development
HEX
#D22DEBRGB
rgb(210, 45, 235)HSL
hsl(292, 83%, 55%)OKLCH
oklch(0.637 0.276 321.8)CMYK
cmyk(11%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB15E7
2#B413CD
3#9E11B4
4#870E9A
5#710C80
6#5A0A67
7#44074D
8#2D0533
9#17021A
Tints
Lighter variations
1#D742ED
2#DB57EF
3#E06CF1
4#E481F3
5#E996F5
6#EDABF7
7#F2C0F9
8#F6D5FB
9#FBEAFD
Tones
Muted variations
1#CB37E2
2#C440D8
3#BD4ACF
4#B653C5
5#AF5DBC
6#A866B2
7#A170A9
8#9A799F
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E894 #E894F5 | BordersInactive statesPlaceholder text |
| 400 | DC5C #DC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D22D #D22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B413 #B413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900F #900FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670B #670B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFC;
--magenta-200: #F2C2F9;
--magenta-300: #E894F5;
--magenta-400: #DC5CF0;
--magenta-500: #D22DEB;
--magenta-600: #B413CD;
--magenta-700: #900FA3;
--magenta-800: #670B75;
--magenta-900: #42074B;
--magenta-950: #29042F;
}