Magenta
#F127DA
PinkColor Codes
All color formats for development
HEX
#F127DARGB
rgb(241, 39, 218)HSL
hsl(307, 88%, 55%)OKLCH
oklch(0.669 0.281 333.8)CMYK
cmyk(0%, 84%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FD3
2#D30DBC
3#B90CA4
4#9E0A8D
5#840875
6#69075E
7#4F0546
8#35032F
9#1A0217
Tints
Lighter variations
1#F33DDD
2#F452E1
3#F568E5
4#F77EE9
5#F893EC
6#F9A9F0
7#FBBEF4
8#FCD4F8
9#FEE9FB
Tones
Muted variations
1#E731D2
2#DD3BCA
3#D346C2
4#C950BB
5#BF5AB3
6#B564AB
7#AB6EA3
8#A0789C
9#968294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EC | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E2 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127DA | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0544 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FD;
--magenta-100: #FDDDF9;
--magenta-200: #FBC1F4;
--magenta-300: #F891EC;
--magenta-400: #F457E2;
--magenta-500: #F127DA;
--magenta-600: #D30DBC;
--magenta-700: #A80B95;
--magenta-800: #78086B;
--magenta-900: #4D0544;
--magenta-950: #30032B;
}