Magenta
#F226D4
PinkColor Codes
All color formats for development
HEX
#F226D4RGB
rgb(242, 38, 212)HSL
hsl(309, 89%, 55%)OKLCH
oklch(0.667 0.278 335.6)CMYK
cmyk(0%, 84%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF0ECD
2#D40CB6
3#BA0B9F
4#9F0989
5#850872
6#6A065B
7#500544
8#35032E
9#1B0217
Tints
Lighter variations
1#F43CD8
2#F551DC
3#F667E1
4#F77DE5
5#F993E9
6#FAA8EE
7#FBBEF2
8#FCD4F6
9#FEE9FB
Tones
Muted variations
1#E830CD
2#DE3BC5
3#D445BE
4#CA4FB7
5#BF59B0
6#B563A9
7#AB6EA2
8#A1789B
9#968293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E9 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556DD | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0442 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FDDDF8;
--magenta-200: #FBC0F3;
--magenta-300: #F990E9;
--magenta-400: #F556DD;
--magenta-500: #F226D4;
--magenta-600: #D40CB6;
--magenta-700: #A90A91;
--magenta-800: #780767;
--magenta-900: #4D0442;
--magenta-950: #300329;
}