Magenta

#F623DA

Pink

Color Codes

All color formats for development

HEX
#F623DA
RGB
rgb(246, 35, 218)
HSL
hsl(308, 92%, 55%)
OKLCH
oklch(0.675 0.285 335)
CMYK
cmyk(0%, 86%, 11%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.40:1

AA AAA

On Black Background

6.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FCBF
300
#FA8E
400
#F854
500
#F623
600
#D709
700
#AB07
800
#7A05
900
#4E03
950
#3102

Shades

Darker variations

1#F20AD3
2#D709BC
3#BC08A4
4#A2078D
5#870675
6#6C045E
7#510346
8#36022F
9#1B0117

Tints

Lighter variations

1#F739DD
2#F84FE1
3#F965E5
4#F97BE9
5#FA91EC
6#FBA7F0
7#FCBDF4
8#FDD3F8
9#FEE9FB

Tones

Muted variations

1#EB2DD2
2#E138CA
3#D642C2
4#CC4DBB
5#C157B3
6#B662AB
7#AC6DA3
8#A1779C
9#978294

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDF9
Light backgroundsTable row hoverSkeleton loading
200
FCBF
#FCBFF4
Secondary backgroundsInput backgroundsDividers
300
FA8E
#FA8EEC
BordersInactive statesPlaceholder text
400
F854
#F854E2
Disabled statesSecondary iconsMuted text
500
F623
#F623DA
Primary brand colorCTAsActive elementsLinks
600
D709
#D709BC
Hover statesFocus ringsPrimary buttons hover
700
AB07
#AB0795
Active/pressed statesDark mode accentsSecondary text
800
7A05
#7A056B
Text on light backgroundsHeadingsStrong borders
900
4E03
#4E0344
Primary textHigh emphasis contentDark headings
950
3102
#31022B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FEF0FD;
  --magenta-100: #FEDDF9;
  --magenta-200: #FCBFF4;
  --magenta-300: #FA8EEC;
  --magenta-400: #F854E2;
  --magenta-500: #F623DA;
  --magenta-600: #D709BC;
  --magenta-700: #AB0795;
  --magenta-800: #7A056B;
  --magenta-900: #4E0344;
  --magenta-950: #31022B;
}
Generate More ShadesCreate PaletteConvert Color