Magenta
#FA1EEC
PinkColor Codes
All color formats for development
HEX
#FA1EECRGB
rgb(250, 30, 236)HSL
hsl(304, 96%, 55%)OKLCH
oklch(0.689 0.301 331.5)CMYK
cmyk(0%, 88%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705E7
2#DC04CE
3#C004B4
4#A5039A
5#890380
6#6E0267
7#52024D
8#370133
9#1B011A
Tints
Lighter variations
1#FB35EE
2#FB4BF0
3#FC62F2
4#FC78F3
5#FD8FF5
6#FDA5F7
7#FEBCF9
8#FED2FB
9#FFE9FD
Tones
Muted variations
1#EF29E2
2#E434D9
3#D93FCF
4#CE4AC6
5#C355BC
6#B860B2
7#AD6BA9
8#A2769F
9#978196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF5 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50F0 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EEC | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50024B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FE;
--magenta-100: #FEDCFC;
--magenta-200: #FEBEF9;
--magenta-300: #FD8CF5;
--magenta-400: #FB50F0;
--magenta-500: #FA1EEC;
--magenta-600: #DC04CE;
--magenta-700: #AF04A4;
--magenta-800: #7D0375;
--magenta-900: #50024B;
--magenta-950: #32012F;
}