Magenta
#AF1AFF
PurpleColor Codes
All color formats for development
HEX
#AF1AFFRGB
rgb(175, 26, 255)HSL
hsl(279, 100%, 55%)OKLCH
oklch(0.594 0.292 308.1)CMYK
cmyk(31%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A400FC
2#9200E0
3#8000C4
4#6D00A8
5#5B008C
6#490070
7#370054
8#240038
9#12001C
Tints
Lighter variations
1#B730FF
2#BF47FF
3#C75EFF
4#CF75FF
5#D78CFF
6#DFA3FF
7#E7BAFF
8#EFD1FF
9#F7E8FF
Tones
Muted variations
1#AB25F4
2#A830E8
3#A43CDD
4#A147D1
5#9D53C6
6#9A5EBA
7#976AAF
8#9375A3
9#908198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D68A #D68AFF | BordersInactive statesPlaceholder text |
| 400 | C14D #C14DFF | Disabled statesSecondary iconsMuted text |
| 500 | AF1A #AF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9200 #9200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7400 #7400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5300 #530080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3500 #350052 | Primary textHigh emphasis contentDark headings |
| 950 | 2100 #210033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F3DBFF;
--magenta-200: #E8BDFF;
--magenta-300: #D68AFF;
--magenta-400: #C14DFF;
--magenta-500: #AF1AFF;
--magenta-600: #9200E0;
--magenta-700: #7400B3;
--magenta-800: #530080;
--magenta-900: #350052;
--magenta-950: #210033;
}