Magenta
#FA1EE4
PinkColor Codes
All color formats for development
HEX
#FA1EE4RGB
rgb(250, 30, 228)HSL
hsl(306, 96%, 55%)OKLCH
oklch(0.685 0.296 333.4)CMYK
cmyk(0%, 88%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705DF
2#DC04C6
3#C004AE
4#A50395
5#89037C
6#6E0263
7#52024A
8#370132
9#1B0119
Tints
Lighter variations
1#FB35E7
2#FB4BEA
3#FC62EC
4#FC78EF
5#FD8FF2
6#FDA5F4
7#FEBCF7
8#FED2FA
9#FFE9FC
Tones
Muted variations
1#EF29DC
2#E434D3
3#D93FCA
4#CE4AC1
5#C355B8
6#B860B0
7#AD6BA7
8#A2769E
9#978195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50EA | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500248 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FEDCFB;
--magenta-200: #FEBEF7;
--magenta-300: #FD8CF1;
--magenta-400: #FB50EA;
--magenta-500: #FA1EE4;
--magenta-600: #DC04C6;
--magenta-700: #AF049E;
--magenta-800: #7D0371;
--magenta-900: #500248;
--magenta-950: #32012D;
}