Magenta
#FF1AF0
PinkColor Codes
All color formats for development
HEX
#FF1AF0RGB
rgb(255, 26, 240)HSL
hsl(304, 100%, 55%)OKLCH
oklch(0.698 0.307 331.6)CMYK
cmyk(0%, 90%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC00EC
2#E000D1
3#C400B7
4#A8009D
5#8C0083
6#700069
7#54004F
8#380034
9#1C001A
Tints
Lighter variations
1#FF30F1
2#FF47F3
3#FF5EF4
4#FF75F6
5#FF8CF7
6#FFA3F9
7#FFBAFA
8#FFD1FC
9#FFE8FD
Tones
Muted variations
1#F425E6
2#E830DC
3#DD3CD2
4#D147C8
5#C653BE
6#BA5EB4
7#AF6AAA
8#A375A0
9#988196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AF7 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DF3 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52004C | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FE;
--magenta-100: #FFDBFD;
--magenta-200: #FFBDFB;
--magenta-300: #FF8AF7;
--magenta-400: #FF4DF3;
--magenta-500: #FF1AF0;
--magenta-600: #E000D1;
--magenta-700: #B300A7;
--magenta-800: #800077;
--magenta-900: #52004C;
--magenta-950: #330030;
}