Magenta
#F91FCE
PinkColor Codes
All color formats for development
HEX
#F91FCERGB
rgb(249, 31, 206)HSL
hsl(312, 95%, 55%)OKLCH
oklch(0.673 0.282 338.7)CMYK
cmyk(0%, 88%, 17%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F606C6
2#DB06B0
3#BF059A
4#A40484
5#89046E
6#6D0358
7#520242
8#37012C
9#1B0116
Tints
Lighter variations
1#FA36D3
2#FA4CD8
3#FB62DC
4#FC79E1
5#FC8FE6
6#FDA5EB
7#FDBCF0
8#FED2F5
9#FEE9FA
Tones
Muted variations
1#EE2AC7
2#E335C1
3#D940BA
4#CE4BB3
5#C356AD
6#B861A6
7#AD6CA0
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 | FDBE #FDBEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DE6 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51D9 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FCE | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB06B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE048C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0364 | 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: #FDBEF1;
--magenta-300: #FC8DE6;
--magenta-400: #FB51D9;
--magenta-500: #F91FCE;
--magenta-600: #DB06B0;
--magenta-700: #AE048C;
--magenta-800: #7C0364;
--magenta-900: #500240;
--magenta-950: #320128;
}