Magenta
#F425E6
PinkColor Codes
All color formats for development
HEX
#F425E6RGB
rgb(244, 37, 230)HSL
hsl(304, 90%, 55%)OKLCH
oklch(0.68 0.291 331.5)CMYK
cmyk(0%, 85%, 6%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F00DE1
2#D50BC8
3#BB0AAF
4#A00896
5#85077D
6#6B0664
7#50044B
8#350332
9#1B0119
Tints
Lighter variations
1#F53BE8
2#F651EB
3#F766ED
4#F87CF0
5#F992F2
6#FAA8F5
7#FCBEF7
8#FDD3FA
9#FEE9FC
Tones
Muted variations
1#E92FDD
2#DF3AD4
3#D544CB
4#CA4EC2
5#C059B9
6#B663B0
7#AB6DA7
8#A1789E
9#978295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990F2 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655EB | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA099F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0449 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FD;
--magenta-100: #FDDDFB;
--magenta-200: #FCC0F8;
--magenta-300: #F990F2;
--magenta-400: #F655EB;
--magenta-500: #F425E6;
--magenta-600: #D50BC8;
--magenta-700: #AA099F;
--magenta-800: #790671;
--magenta-900: #4E0449;
--magenta-950: #30032D;
}