Magenta
#F127DD
PinkColor Codes
All color formats for development
HEX
#F127DDRGB
rgb(241, 39, 221)HSL
hsl(306, 88%, 55%)OKLCH
oklch(0.671 0.283 333.1)CMYK
cmyk(0%, 84%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FD7
2#D30DBF
3#B90CA7
4#9E0A8F
5#840877
6#690760
7#4F0548
8#350330
9#1A0218
Tints
Lighter variations
1#F33DE0
2#F452E4
3#F568E7
4#F77EEB
5#F893EE
6#F9A9F1
7#FBBEF5
8#FCD4F8
9#FEE9FC
Tones
Muted variations
1#E731D5
2#DD3BCD
3#D346C5
4#C950BD
5#BF5AB5
6#B564AD
7#AB6EA4
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 #FDDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EE | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127DD | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0546 | 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: #FDDDFA;
--magenta-200: #FBC1F5;
--magenta-300: #F891EE;
--magenta-400: #F457E5;
--magenta-500: #F127DD;
--magenta-600: #D30DBF;
--magenta-700: #A80B98;
--magenta-800: #78086D;
--magenta-900: #4D0546;
--magenta-950: #30032B;
}