Magenta
#FA1ED6
PinkColor Codes
All color formats for development
HEX
#FA1ED6RGB
rgb(250, 30, 214)HSL
hsl(310, 96%, 55%)OKLCH
oklch(0.678 0.287 336.9)CMYK
cmyk(0%, 88%, 14%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705CF
2#DC04B8
3#C004A1
4#A5038A
5#890373
6#6E025C
7#520245
8#37012E
9#1B0117
Tints
Lighter variations
1#FB35DA
2#FB4BDE
3#FC62E2
4#FC78E6
5#FD8FEA
6#FDA5EE
7#FEBCF3
8#FED2F7
9#FFE9FB
Tones
Muted variations
1#EF29CE
2#E434C7
3#D93FC0
4#CE4AB8
5#C355B1
6#B860AA
7#AD6BA2
8#A2769B
9#978194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEA | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50DF | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500243 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FC;
--magenta-100: #FEDCF9;
--magenta-200: #FEBEF3;
--magenta-300: #FD8CEA;
--magenta-400: #FB50DF;
--magenta-500: #FA1ED6;
--magenta-600: #DC04B8;
--magenta-700: #AF0492;
--magenta-800: #7D0369;
--magenta-900: #500243;
--magenta-950: #32012A;
}