Magenta
#AF23F6
PurpleColor Codes
All color formats for development
HEX
#AF23F6RGB
rgb(175, 35, 246)HSL
hsl(280, 92%, 55%)OKLCH
oklch(0.591 0.281 309.6)CMYK
cmyk(29%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A50AF2
2#9309D7
3#8008BC
4#6E07A2
5#5C0687
6#49046C
7#370351
8#250236
9#12011B
Tints
Lighter variations
1#B739F7
2#BF4FF8
3#C765F9
4#CF7BF9
5#D791FA
6#DFA7FB
7#E7BDFC
8#EFD3FD
9#F7E9FE
Tones
Muted variations
1#AC2DEB
2#A838E1
3#A542D6
4#A14DCC
5#9E57C1
6#9A62B6
7#976DAC
8#9377A1
9#908297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D68E #D68EFA | BordersInactive statesPlaceholder text |
| 400 | C154 #C154F8 | Disabled statesSecondary iconsMuted text |
| 500 | AF23 #AF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9309 #9309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7507 #7507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5305 #53057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034E | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FE;
--magenta-100: #F3DDFE;
--magenta-200: #E8BFFC;
--magenta-300: #D68EFA;
--magenta-400: #C154F8;
--magenta-500: #AF23F6;
--magenta-600: #9309D7;
--magenta-700: #7507AB;
--magenta-800: #53057A;
--magenta-900: #35034E;
--magenta-950: #210231;
}