Magenta
#FA1ECE
PinkColor Codes
All color formats for development
HEX
#FA1ECERGB
rgb(250, 30, 206)HSL
hsl(312, 96%, 55%)OKLCH
oklch(0.674 0.283 338.9)CMYK
cmyk(0%, 88%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705C7
2#DC04B1
3#C0049B
4#A50385
5#89036F
6#6E0258
7#520242
8#37012C
9#1B0116
Tints
Lighter variations
1#FB35D3
2#FB4BD8
3#FC62DD
4#FC78E2
5#FD8FE7
6#FDA5EC
7#FEBCF0
8#FED2F5
9#FFE9FA
Tones
Muted variations
1#EF29C8
2#E434C1
3#D93FBB
4#CE4AB4
5#C355AD
6#B860A7
7#AD6BA0
8#A27699
9#978193
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE6 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D9 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ECE | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF048D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500240 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FC;
--magenta-100: #FEDCF7;
--magenta-200: #FEBEF1;
--magenta-300: #FD8CE6;
--magenta-400: #FB50D9;
--magenta-500: #FA1ECE;
--magenta-600: #DC04B1;
--magenta-700: #AF048D;
--magenta-800: #7D0364;
--magenta-900: #500240;
--magenta-950: #320128;
}