Magenta
#FA1EE8
PinkColor Codes
All color formats for development
HEX
#FA1EE8RGB
rgb(250, 30, 232)HSL
hsl(305, 96%, 55%)OKLCH
oklch(0.687 0.298 332.4)CMYK
cmyk(0%, 88%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705E3
2#DC04CA
3#C004B1
4#A50397
5#89037E
6#6E0265
7#52024C
8#370132
9#1B0119
Tints
Lighter variations
1#FB35EA
2#FB4BED
3#FC62EF
4#FC78F1
5#FD8FF4
6#FDA5F6
7#FEBCF8
8#FED2FA
9#FFE9FD
Tones
Muted variations
1#EF29DF
2#E434D6
3#D93FCD
4#CE4AC3
5#C355BA
6#B860B1
7#AD6BA8
8#A2769F
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 #FEBEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50ED | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500249 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FEDCFB;
--magenta-200: #FEBEF8;
--magenta-300: #FD8CF3;
--magenta-400: #FB50ED;
--magenta-500: #FA1EE8;
--magenta-600: #DC04CA;
--magenta-700: #AF04A1;
--magenta-800: #7D0373;
--magenta-900: #500249;
--magenta-950: #32012E;
}