Magenta
#E625F4
PinkColor Codes
All color formats for development
HEX
#E625F4RGB
rgb(230, 37, 244)HSL
hsl(296, 90%, 55%)OKLCH
oklch(0.667 0.295 324.9)CMYK
cmyk(6%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E10DF0
2#C80BD5
3#AF0ABB
4#9608A0
5#7D0785
6#64066B
7#4B0450
8#320335
9#19011B
Tints
Lighter variations
1#E83BF5
2#EB51F6
3#ED66F7
4#F07CF8
5#F292F9
6#F5A8FA
7#F7BEFC
8#FAD3FD
9#FCE9FE
Tones
Muted variations
1#DD2FE9
2#D43ADF
3#CB44D5
4#C24ECA
5#B959C0
6#B063B6
7#A76DAB
8#9E78A1
9#958297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB55 #EB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | E625 #E625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C80B #C80BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F09 #9F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7106 #710679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FBDDFD;
--magenta-200: #F8C0FC;
--magenta-300: #F290F9;
--magenta-400: #EB55F6;
--magenta-500: #E625F4;
--magenta-600: #C80BD5;
--magenta-700: #9F09AA;
--magenta-800: #710679;
--magenta-900: #49044E;
--magenta-950: #2D0330;
}