Magenta

#B804DC

Pink

Color Codes

All color formats for development

HEX
#B804DC
RGB
rgb(184, 4, 220)
HSL
hsl(290, 96%, 44%)
OKLCH
oklch(0.574 0.276 318.8)
CMYK
cmyk(16%, 98%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.14:1

AA AAA

On Black Background

4.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F9DC
200
#F3BE
300
#EA8C
400
#DF50
500
#D61E
600
#B804
700
#9204
800
#6903
900
#4302
950
#2A01

Shades

Darker variations

1#A604C6
2#9304B0
3#81039A
4#6E0384
5#5C026E
6#4A0258
7#370142
8#25012C
9#120016

Tints

Lighter variations

1#CF05F8
2#D61FFA
3#DB3BFB
4#E057FC
5#E573FC
6#EA8FFD
7#F0ABFD
8#F5C7FE
9#FAE3FE

Tones

Muted variations

1#B10FD1
2#AA1AC6
3#A225BC
4#9B30B1
5#943AA6
6#8D459B
7#865091
8#7F5B86
9#77657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F9DC
#F9DCFE
Light backgroundsTable row hoverSkeleton loading
200
F3BE
#F3BEFE
Secondary backgroundsInput backgroundsDividers
300
EA8C
#EA8CFD
BordersInactive statesPlaceholder text
400
DF50
#DF50FB
Disabled statesSecondary iconsMuted text
500
D61E
#D61EFA
Primary brand colorCTAsActive elementsLinks
600
B804
#B804DC
Hover statesFocus ringsPrimary buttons hover
700
9204
#9204AF
Active/pressed statesDark mode accentsSecondary text
800
6903
#69037D
Text on light backgroundsHeadingsStrong borders
900
4302
#430250
Primary textHigh emphasis contentDark headings
950
2A01
#2A0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FF;
  --magenta-100: #F9DCFE;
  --magenta-200: #F3BEFE;
  --magenta-300: #EA8CFD;
  --magenta-400: #DF50FB;
  --magenta-500: #D61EFA;
  --magenta-600: #B804DC;
  --magenta-700: #9204AF;
  --magenta-800: #69037D;
  --magenta-900: #430250;
  --magenta-950: #2A0132;
}
Generate More ShadesCreate PaletteConvert Color