Magenta

#D623F6

Pink

Color Codes

All color formats for development

HEX
#D623F6
RGB
rgb(214, 35, 246)
HSL
hsl(291, 92%, 55%)
OKLCH
oklch(0.644 0.292 320.5)
CMYK
cmyk(13%, 86%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.87:1

AA AAA

On Black Background

5.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F9DD
200
#F3BF
300
#EA8E
400
#DF54
500
#D623
600
#B809
700
#9307
800
#6905
900
#4303
950
#2A02

Shades

Darker variations

1#D00AF2
2#B809D7
3#A108BC
4#8A07A2
5#730687
6#5C046C
7#450351
8#2E0236
9#17011B

Tints

Lighter variations

1#DA39F7
2#DE4FF8
3#E265F9
4#E67BF9
5#EB91FA
6#EFA7FB
7#F3BDFC
8#F7D3FD
9#FBE9FE

Tones

Muted variations

1#CF2DEB
2#C738E1
3#C042D6
4#B94DCC
5#B157C1
6#AA62B6
7#A26DAC
8#9B77A1
9#948297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F9DD
#F9DDFE
Light backgroundsTable row hoverSkeleton loading
200
F3BF
#F3BFFC
Secondary backgroundsInput backgroundsDividers
300
EA8E
#EA8EFA
BordersInactive statesPlaceholder text
400
DF54
#DF54F8
Disabled statesSecondary iconsMuted text
500
D623
#D623F6
Primary brand colorCTAsActive elementsLinks
600
B809
#B809D7
Hover statesFocus ringsPrimary buttons hover
700
9307
#9307AB
Active/pressed statesDark mode accentsSecondary text
800
6905
#69057A
Text on light backgroundsHeadingsStrong borders
900
4303
#43034E
Primary textHigh emphasis contentDark headings
950
2A02
#2A0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FE;
  --magenta-100: #F9DDFE;
  --magenta-200: #F3BFFC;
  --magenta-300: #EA8EFA;
  --magenta-400: #DF54F8;
  --magenta-500: #D623F6;
  --magenta-600: #B809D7;
  --magenta-700: #9307AB;
  --magenta-800: #69057A;
  --magenta-900: #43034E;
  --magenta-950: #2A0231;
}
Generate More ShadesCreate PaletteConvert Color