Magenta
#D61DFC
PinkColor Codes
All color formats for development
HEX
#D61DFCRGB
rgb(214, 29, 252)HSL
hsl(290, 97%, 55%)OKLCH
oklch(0.646 0.299 319.3)CMYK
cmyk(15%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D004F9
2#B903DD
3#A203C1
4#8B03A6
5#73028A
6#5C026F
7#450153
8#2E0137
9#17001C
Tints
Lighter variations
1#DB34FC
2#DF4AFC
3#E361FD
4#E777FD
5#EB8EFD
6#EFA5FE
7#F3BBFE
8#F7D2FE
9#FBE8FF
Tones
Muted variations
1#CF28F0
2#C833E5
3#C03EDA
4#B949CF
5#B155C4
6#AA60B9
7#A36BAE
8#9B76A3
9#948197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8B #EA8BFD | BordersInactive statesPlaceholder text |
| 400 | DF4F #DF4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D61D #D61DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B903 #B903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9303 #9303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6902 #69027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430150 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DCFE;
--magenta-200: #F3BEFE;
--magenta-300: #EA8BFD;
--magenta-400: #DF4FFC;
--magenta-500: #D61DFC;
--magenta-600: #B903DD;
--magenta-700: #9303B0;
--magenta-800: #69027E;
--magenta-900: #430150;
--magenta-950: #2A0132;
}