Magenta
#FA1ED2
PinkColor Codes
All color formats for development
HEX
#FA1ED2RGB
rgb(250, 30, 210)HSL
hsl(311, 96%, 55%)OKLCH
oklch(0.676 0.285 337.9)CMYK
cmyk(0%, 88%, 16%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705CB
2#DC04B4
3#C0049E
4#A50387
5#890371
6#6E025A
7#520244
8#37012D
9#1B0117
Tints
Lighter variations
1#FB35D7
2#FB4BDB
3#FC62E0
4#FC78E4
5#FD8FE9
6#FDA5ED
7#FEBCF2
8#FED2F6
9#FFE9FB
Tones
Muted variations
1#EF29CB
2#E434C4
3#D93FBD
4#CE4AB6
5#C355AF
6#B860A8
7#AD6BA1
8#A2769A
9#978193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE8 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50DC | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500242 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FC;
--magenta-100: #FEDCF8;
--magenta-200: #FEBEF2;
--magenta-300: #FD8CE8;
--magenta-400: #FB50DC;
--magenta-500: #FA1ED2;
--magenta-600: #DC04B4;
--magenta-700: #AF0490;
--magenta-800: #7D0367;
--magenta-900: #500242;
--magenta-950: #320129;
}