Magenta
#FA1EDD
PinkColor Codes
All color formats for development
HEX
#FA1EDDRGB
rgb(250, 30, 221)HSL
hsl(308, 96%, 55%)OKLCH
oklch(0.681 0.291 335.1)CMYK
cmyk(0%, 88%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705D7
2#DC04BF
3#C004A7
4#A5038F
5#890377
6#6E0260
7#520248
8#370130
9#1B0118
Tints
Lighter variations
1#FB35E0
2#FB4BE4
3#FC62E7
4#FC78EB
5#FD8FEE
6#FDA5F1
7#FEBCF5
8#FED2F8
9#FFE9FC
Tones
Muted variations
1#EF29D5
2#E434CD
3#D93FC5
4#CE4ABD
5#C355B5
6#B860AD
7#AD6BA4
8#A2769C
9#978194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEE | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E5 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EDD | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500246 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FEDCFA;
--magenta-200: #FEBEF5;
--magenta-300: #FD8CEE;
--magenta-400: #FB50E5;
--magenta-500: #FA1EDD;
--magenta-600: #DC04BF;
--magenta-700: #AF0498;
--magenta-800: #7D036D;
--magenta-900: #500246;
--magenta-950: #32012B;
}