Magenta
#A703DD
PinkColor Codes
All color formats for development
HEX
#A703DDRGB
rgb(167, 3, 221)HSL
hsl(285, 97%, 44%)OKLCH
oklch(0.55 0.272 313.5)CMYK
cmyk(24%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9603C7
2#8503B1
3#75029B
4#640285
5#53026F
6#430158
7#320142
8#21012C
9#110016
Tints
Lighter variations
1#BC04F9
2#C41EFC
3#CC3AFC
4#D356FC
5#DA72FD
6#E28EFD
7#E9ABFE
8#F0C7FE
9#F8E3FF
Tones
Muted variations
1#A10ED2
2#9C19C7
3#9624BC
4#912FB2
5#8B3AA7
6#86459C
7#815091
8#7B5A86
9#76657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBE #EEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E18B #E18BFD | BordersInactive statesPlaceholder text |
| 400 | D14F #D14FFC | Disabled statesSecondary iconsMuted text |
| 500 | C41D #C41DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | A703 #A703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8503 #8503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F02 #5F027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D01 #3D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EEBEFE;
--magenta-300: #E18BFD;
--magenta-400: #D14FFC;
--magenta-500: #C41DFC;
--magenta-600: #A703DD;
--magenta-700: #8503B0;
--magenta-800: #5F027E;
--magenta-900: #3D0150;
--magenta-950: #260132;
}