Magenta
#F425F4
PinkColor Codes
All color formats for development
HEX
#F425F4RGB
rgb(244, 37, 244)HSL
hsl(300, 90%, 55%)OKLCH
oklch(0.687 0.3 328.3)CMYK
cmyk(0%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F00DF0
2#D50BD5
3#BB0ABB
4#A008A0
5#850785
6#6B066B
7#500450
8#350335
9#1B011B
Tints
Lighter variations
1#F53BF5
2#F651F6
3#F766F7
4#F87CF8
5#F992F9
6#FAA8FA
7#FCBEFC
8#FDD3FD
9#FEE9FE
Tones
Muted variations
1#E92FE9
2#DF3ADF
3#D544D5
4#CA4ECA
5#C059C0
6#B663B6
7#AB6DAB
8#A178A1
9#978297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990F9 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655F6 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E044E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FE;
--magenta-100: #FDDDFD;
--magenta-200: #FCC0FC;
--magenta-300: #F990F9;
--magenta-400: #F655F6;
--magenta-500: #F425F4;
--magenta-600: #D50BD5;
--magenta-700: #AA09AA;
--magenta-800: #790679;
--magenta-900: #4E044E;
--magenta-950: #300330;
}