Magenta
#DA23F6
PinkColor Codes
All color formats for development
HEX
#DA23F6RGB
rgb(218, 35, 246)HSL
hsl(292, 92%, 55%)OKLCH
oklch(0.65 0.293 321.5)CMYK
cmyk(11%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D30AF2
2#BC09D7
3#A408BC
4#8D07A2
5#750687
6#5E046C
7#460351
8#2F0236
9#17011B
Tints
Lighter variations
1#DD39F7
2#E14FF8
3#E565F9
4#E97BF9
5#EC91FA
6#F0A7FB
7#F4BDFC
8#F8D3FD
9#FBE9FE
Tones
Muted variations
1#D22DEB
2#CA38E1
3#C242D6
4#BB4DCC
5#B357C1
6#AB62B6
7#A36DAC
8#9C77A1
9#948297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8E #EC8EFA | BordersInactive statesPlaceholder text |
| 400 | E254 #E254F8 | Disabled statesSecondary iconsMuted text |
| 500 | DA23 #DA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC09 #BC09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9507 #9507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B05 #6B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4403 #44034E | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #F9DDFE;
--magenta-200: #F4BFFC;
--magenta-300: #EC8EFA;
--magenta-400: #E254F8;
--magenta-500: #DA23F6;
--magenta-600: #BC09D7;
--magenta-700: #9507AB;
--magenta-800: #6B057A;
--magenta-900: #44034E;
--magenta-950: #2B0231;
}