Magenta
#F91FD9
PinkColor Codes
All color formats for development
HEX
#F91FD9RGB
rgb(249, 31, 217)HSL
hsl(309, 95%, 55%)OKLCH
oklch(0.678 0.288 335.9)CMYK
cmyk(0%, 88%, 13%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F606D2
2#DB06BB
3#BF05A3
4#A4048C
5#890475
6#6D035D
7#520246
8#37012F
9#1B0117
Tints
Lighter variations
1#FA36DC
2#FA4CE0
3#FB62E4
4#FC79E8
5#FC8FEC
6#FDA5F0
7#FDBCF3
8#FED2F7
9#FEE9FB
Tones
Muted variations
1#EE2AD1
2#E335C9
3#D940C2
4#CE4BBA
5#C356B2
6#B861AB
7#AD6CA3
8#A2769C
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 | FDBE #FDBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DEB | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51E1 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB06BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C036A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500244 | 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: #FDBEF4;
--magenta-300: #FC8DEB;
--magenta-400: #FB51E1;
--magenta-500: #F91FD9;
--magenta-600: #DB06BB;
--magenta-700: #AE0495;
--magenta-800: #7C036A;
--magenta-900: #500244;
--magenta-950: #32012A;
}