Magenta
#F127D0
PinkColor Codes
All color formats for development
HEX
#F127D0RGB
rgb(241, 39, 208)HSL
hsl(310, 88%, 55%)OKLCH
oklch(0.664 0.275 336.5)CMYK
cmyk(0%, 84%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FC8
2#D30DB2
3#B90C9C
4#9E0A86
5#84086F
6#690759
7#4F0543
8#35032D
9#1A0216
Tints
Lighter variations
1#F33DD4
2#F452D9
3#F568DE
4#F77EE3
5#F893E7
6#F9A9EC
7#FBBEF1
8#FCD4F6
9#FEE9FA
Tones
Muted variations
1#E731C9
2#DD3BC2
3#D346BB
4#C950B5
5#BF5AAE
6#B564A7
7#AB6EA0
8#A0789A
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 | FBC1 #FBC1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E7 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457DA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0541 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FDDDF8;
--magenta-200: #FBC1F1;
--magenta-300: #F891E7;
--magenta-400: #F457DA;
--magenta-500: #F127D0;
--magenta-600: #D30DB2;
--magenta-700: #A80B8E;
--magenta-800: #780865;
--magenta-900: #4D0541;
--magenta-950: #300328;
}