Magenta
#F226F2
PinkColor Codes
All color formats for development
HEX
#F226F2RGB
rgb(242, 38, 242)HSL
hsl(300, 89%, 55%)OKLCH
oklch(0.684 0.297 328.2)CMYK
cmyk(0%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF0EEF
2#D40CD4
3#BA0BBA
4#9F099F
5#850885
6#6A066A
7#500550
8#350335
9#1B021B
Tints
Lighter variations
1#F43CF4
2#F551F5
3#F667F6
4#F77DF7
5#F993F9
6#FAA8FA
7#FBBEFB
8#FCD4FC
9#FEE9FE
Tones
Muted variations
1#E830E8
2#DE3BDE
3#D445D4
4#CA4FCA
5#BF59BF
6#B563B5
7#AB6EAB
8#A178A1
9#968296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990F9 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556F5 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D044D | 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: #FEF1FE;
--magenta-100: #FDDDFD;
--magenta-200: #FBC0FB;
--magenta-300: #F990F9;
--magenta-400: #F556F5;
--magenta-500: #F226F2;
--magenta-600: #D40CD4;
--magenta-700: #A90AA9;
--magenta-800: #780778;
--magenta-900: #4D044D;
--magenta-950: #300330;
}