Magenta
#D61EFA
PinkColor Codes
All color formats for development
HEX
#D61EFARGB
rgb(214, 30, 250)HSL
hsl(290, 96%, 55%)OKLCH
oklch(0.645 0.297 319.7)CMYK
cmyk(14%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF05F7
2#B804DC
3#A104C0
4#8A03A5
5#730389
6#5C026E
7#450252
8#2E0137
9#17011B
Tints
Lighter variations
1#DA35FB
2#DE4BFB
3#E262FC
4#E678FC
5#EA8FFD
6#EEA5FD
7#F3BCFE
8#F7D2FE
9#FBE9FF
Tones
Muted variations
1#CE29EF
2#C734E4
3#C03FD9
4#B84ACE
5#B155C3
6#AA60B8
7#A26BAD
8#9B76A2
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 | EA8C #EA8CFD | BordersInactive statesPlaceholder text |
| 400 | DF50 #DF50FB | Disabled statesSecondary iconsMuted text |
| 500 | D61E #D61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B804 #B804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9204 #9204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6903 #69037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4302 #430250 | 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: #EA8CFD;
--magenta-400: #DF50FB;
--magenta-500: #D61EFA;
--magenta-600: #B804DC;
--magenta-700: #9204AF;
--magenta-800: #69037D;
--magenta-900: #430250;
--magenta-950: #2A0132;
}