Magenta
#F127E4
PinkColor Codes
All color formats for development
HEX
#F127E4RGB
rgb(241, 39, 228)HSL
hsl(304, 88%, 55%)OKLCH
oklch(0.675 0.287 331.3)CMYK
cmyk(0%, 84%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FDE
2#D30DC6
3#B90CAD
4#9E0A94
5#84087C
6#690763
7#4F054A
8#350331
9#1A0219
Tints
Lighter variations
1#F33DE6
2#F452E9
3#F568EC
4#F77EEF
5#F893F1
6#F9A9F4
7#FBBEF7
8#FCD4FA
9#FEE9FC
Tones
Muted variations
1#E731DB
2#DD3BD2
3#D346CA
4#C950C1
5#BF5AB8
6#B564AF
7#AB6EA7
8#A0789E
9#968295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F1 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457EA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0548 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FD;
--magenta-100: #FDDDFB;
--magenta-200: #FBC1F7;
--magenta-300: #F891F1;
--magenta-400: #F457EA;
--magenta-500: #F127E4;
--magenta-600: #D30DC6;
--magenta-700: #A80B9D;
--magenta-800: #780870;
--magenta-900: #4D0548;
--magenta-950: #30032D;
}