Magenta
#F623D3
PinkColor Codes
All color formats for development
HEX
#F623D3RGB
rgb(246, 35, 211)HSL
hsl(310, 92%, 55%)OKLCH
oklch(0.672 0.281 336.8)CMYK
cmyk(0%, 86%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F20ACC
2#D709B5
3#BC089E
4#A20788
5#870671
6#6C045B
7#510344
8#36022D
9#1B0117
Tints
Lighter variations
1#F739D7
2#F84FDC
3#F965E0
4#F97BE4
5#FA91E9
6#FBA7ED
7#FCBDF2
8#FDD3F6
9#FEE9FB
Tones
Muted variations
1#EB2DCC
2#E138C5
3#D642BE
4#CC4DB6
5#C157AF
6#B662A8
7#AC6DA1
8#A1779A
9#978293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EE8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854DC | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0342 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FC;
--magenta-100: #FEDDF8;
--magenta-200: #FCBFF2;
--magenta-300: #FA8EE8;
--magenta-400: #F854DC;
--magenta-500: #F623D3;
--magenta-600: #D709B5;
--magenta-700: #AB0790;
--magenta-800: #7A0567;
--magenta-900: #4E0342;
--magenta-950: #310229;
}