Magenta
#F425E2
PinkColor Codes
All color formats for development
HEX
#F425E2RGB
rgb(244, 37, 226)HSL
hsl(305, 90%, 55%)OKLCH
oklch(0.677 0.288 332.5)CMYK
cmyk(0%, 85%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F00DDD
2#D50BC4
3#BB0AAC
4#A00893
5#85077B
6#6B0662
7#50044A
8#350331
9#1B0119
Tints
Lighter variations
1#F53BE5
2#F651E8
3#F766EB
4#F87CEE
5#F992F1
6#FAA8F4
7#FCBEF6
8#FDD3F9
9#FEE9FC
Tones
Muted variations
1#E92FDA
2#DF3AD1
3#D544C8
4#CA4EC0
5#C059B7
6#B663AF
7#AB6DA6
8#A1789D
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 #FCC0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990F0 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655E9 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA099C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0447 | 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: #FCC0F7;
--magenta-300: #F990F0;
--magenta-400: #F655E9;
--magenta-500: #F425E2;
--magenta-600: #D50BC4;
--magenta-700: #AA099C;
--magenta-800: #790670;
--magenta-900: #4E0447;
--magenta-950: #30032D;
}