Magenta
#AF25F4
PurpleColor Codes
All color formats for development
HEX
#AF25F4RGB
rgb(175, 37, 244)HSL
hsl(280, 90%, 55%)OKLCH
oklch(0.591 0.278 310)CMYK
cmyk(28%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A40DF0
2#920BD5
3#800ABB
4#6D08A0
5#5B0785
6#49066B
7#370450
8#240335
9#12011B
Tints
Lighter variations
1#B73BF5
2#BF51F6
3#C766F7
4#CF7CF8
5#D792F9
6#DFA8FA
7#E7BEFC
8#EFD3FD
9#F7E9FE
Tones
Muted variations
1#AB2FE9
2#A83ADF
3#A444D5
4#A14ECA
5#9D59C0
6#9A63B6
7#976DAB
8#9378A1
9#908297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C0 #E8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D690 #D690F9 | BordersInactive statesPlaceholder text |
| 400 | C155 #C155F6 | Disabled statesSecondary iconsMuted text |
| 500 | AF25 #AF25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 920B #920BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7409 #7409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5306 #530679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3504 #35044E | Primary textHigh emphasis contentDark headings |
| 950 | 2103 #210330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FE;
--magenta-100: #F3DDFD;
--magenta-200: #E8C0FC;
--magenta-300: #D690F9;
--magenta-400: #C155F6;
--magenta-500: #AF25F4;
--magenta-600: #920BD5;
--magenta-700: #7409AA;
--magenta-800: #530679;
--magenta-900: #35044E;
--magenta-950: #210330;
}