Magenta
#F623E8
PinkColor Codes
All color formats for development
HEX
#F623E8RGB
rgb(246, 35, 232)HSL
hsl(304, 92%, 55%)OKLCH
oklch(0.683 0.294 331.5)CMYK
cmyk(0%, 86%, 6%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F20AE3
2#D709CA
3#BC08B0
4#A20797
5#87067E
6#6C0465
7#51034C
8#360232
9#1B0119
Tints
Lighter variations
1#F739EA
2#F84FEC
3#F965EF
4#F97BF1
5#FA91F3
6#FBA7F6
7#FCBDF8
8#FDD3FA
9#FEE9FD
Tones
Muted variations
1#EB2DDF
2#E138D5
3#D642CC
4#CC4DC3
5#C157BA
6#B662B1
7#AC6DA8
8#A1779F
9#978295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EF3 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854ED | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB07A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0349 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FD;
--magenta-100: #FEDDFB;
--magenta-200: #FCBFF8;
--magenta-300: #FA8EF3;
--magenta-400: #F854ED;
--magenta-500: #F623E8;
--magenta-600: #D709CA;
--magenta-700: #AB07A0;
--magenta-800: #7A0573;
--magenta-900: #4E0349;
--magenta-950: #31022E;
}