Magenta
#F91FE7
PinkColor Codes
All color formats for development
HEX
#F91FE7RGB
rgb(249, 31, 231)HSL
hsl(305, 95%, 55%)OKLCH
oklch(0.685 0.297 332.4)CMYK
cmyk(0%, 88%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F606E2
2#DB06C9
3#BF05B0
4#A40497
5#89047E
6#6D0365
7#52024B
8#370132
9#1B0119
Tints
Lighter variations
1#FA36E9
2#FA4CEC
3#FB62EE
4#FC79F1
5#FC8FF3
6#FDA5F5
7#FDBCF8
8#FED2FA
9#FEE9FD
Tones
Muted variations
1#EE2ADE
2#E335D5
3#D940CC
4#CE4BC3
5#C356BA
6#B861B1
7#AD6CA8
8#A2769E
9#978195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DF3 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51EC | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB06C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE04A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500249 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FEDCFB;
--magenta-200: #FDBEF8;
--magenta-300: #FC8DF3;
--magenta-400: #FB51EC;
--magenta-500: #F91FE7;
--magenta-600: #DB06C9;
--magenta-700: #AE04A0;
--magenta-800: #7C0372;
--magenta-900: #500249;
--magenta-950: #32012E;
}