Magenta
#FA1EFA
PinkColor Codes
All color formats for development
HEX
#FA1EFARGB
rgb(250, 30, 250)HSL
hsl(300, 96%, 55%)OKLCH
oklch(0.697 0.31 328.3)CMYK
cmyk(0%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705F7
2#DC04DC
3#C004C0
4#A503A5
5#890389
6#6E026E
7#520252
8#370137
9#1B011B
Tints
Lighter variations
1#FB35FB
2#FB4BFB
3#FC62FC
4#FC78FC
5#FD8FFD
6#FDA5FD
7#FEBCFE
8#FED2FE
9#FFE9FF
Tones
Muted variations
1#EF29EF
2#E434E4
3#D93FD9
4#CE4ACE
5#C355C3
6#B860B8
7#AD6BAD
8#A276A2
9#978197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CFD | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50FB | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500250 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FEDCFE;
--magenta-200: #FEBEFE;
--magenta-300: #FD8CFD;
--magenta-400: #FB50FB;
--magenta-500: #FA1EFA;
--magenta-600: #DC04DC;
--magenta-700: #AF04AF;
--magenta-800: #7D037D;
--magenta-900: #500250;
--magenta-950: #320132;
}