Magenta

#B208D9

Pink

Color Codes

All color formats for development

HEX
#B208D9
RGB
rgb(178, 8, 217)
HSL
hsl(289, 93%, 44%)
OKLCH
oklch(0.564 0.271 317.7)
CMYK
cmyk(18%, 96%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.34:1

AA AAA

On Black Background

3.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DD
200
#F1BF
300
#E78E
400
#DA53
500
#D022
600
#B208
700
#8E06
800
#6504
900
#4103
950
#2902

Shades

Darker variations

1#A007C3
2#8F06AD
3#7D0598
4#6B0582
5#59046C
6#470357
7#350241
8#24022B
9#120116

Tints

Lighter variations

1#C909F4
2#D023F7
3#D63EF8
4#DC5AF9
5#E275FA
6#E891FB
7#EDACFC
8#F3C8FD
9#F9E3FE

Tones

Muted variations

1#AC12CE
2#A51DC4
3#9E27B9
4#9832AF
5#913CA4
6#8B469A
7#845190
8#7D5B85
9#77667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F8DD
#F8DDFE
Light backgroundsTable row hoverSkeleton loading
200
F1BF
#F1BFFD
Secondary backgroundsInput backgroundsDividers
300
E78E
#E78EFB
BordersInactive statesPlaceholder text
400
DA53
#DA53F9
Disabled statesSecondary iconsMuted text
500
D022
#D022F7
Primary brand colorCTAsActive elementsLinks
600
B208
#B208D9
Hover statesFocus ringsPrimary buttons hover
700
8E06
#8E06AC
Active/pressed statesDark mode accentsSecondary text
800
6504
#65047B
Text on light backgroundsHeadingsStrong borders
900
4103
#41034F
Primary textHigh emphasis contentDark headings
950
2902
#290231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FE;
  --magenta-100: #F8DDFE;
  --magenta-200: #F1BFFD;
  --magenta-300: #E78EFB;
  --magenta-400: #DA53F9;
  --magenta-500: #D022F7;
  --magenta-600: #B208D9;
  --magenta-700: #8E06AC;
  --magenta-800: #65047B;
  --magenta-900: #41034F;
  --magenta-950: #290231;
}
Generate More ShadesCreate PaletteConvert Color