Magenta
#F226D0
PinkColor Codes
All color formats for development
HEX
#F226D0RGB
rgb(242, 38, 208)HSL
hsl(310, 89%, 55%)OKLCH
oklch(0.665 0.276 336.7)CMYK
cmyk(0%, 84%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF0EC9
2#D40CB3
3#BA0B9C
4#9F0986
5#850870
6#6A0659
7#500543
8#35032D
9#1B0216
Tints
Lighter variations
1#F43CD5
2#F551DA
3#F667DE
4#F77DE3
5#F993E8
6#FAA8EC
7#FBBEF1
8#FCD4F6
9#FEE9FA
Tones
Muted variations
1#E830CA
2#DE3BC3
3#D445BC
4#CA4FB5
5#BF59AE
6#B563A7
7#AB6EA1
8#A1789A
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 #FBC0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E7 | BordersInactive statesPlaceholder text |
| 400 | F556 #F556DB | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F226D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40CB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0441 | 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: #FBC0F2;
--magenta-300: #F990E7;
--magenta-400: #F556DB;
--magenta-500: #F226D0;
--magenta-600: #D40CB3;
--magenta-700: #A90A8E;
--magenta-800: #780766;
--magenta-900: #4D0441;
--magenta-950: #300329;
}