Magenta

#B006DB

Pink

Color Codes

All color formats for development

HEX
#B006DB
RGB
rgb(176, 6, 219)
HSL
hsl(288, 95%, 44%)
OKLCH
oklch(0.562 0.272 316.7)
CMYK
cmyk(20%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.39:1

AA AAA

On Black Background

3.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F7DC
200
#F1BE
300
#E68D
400
#D951
500
#CE1F
600
#B006
700
#8C04
800
#6403
900
#4002
950
#2801

Shades

Darker variations

1#9F05C5
2#8D04AF
3#7B0499
4#6A0383
5#58036D
6#460258
7#350242
8#23012C
9#120116

Tints

Lighter variations

1#C706F7
2#CE20F9
3#D43CFA
4#DA58FB
5#E074FB
6#E690FC
7#EDABFD
8#F3C7FE
9#F9E3FE

Tones

Muted variations

1#AA10D0
2#A31BC5
3#9D26BB
4#9730B0
5#903BA5
6#8A469B
7#835090
8#7D5B86
9#77667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F7DC
#F7DCFE
Light backgroundsTable row hoverSkeleton loading
200
F1BE
#F1BEFD
Secondary backgroundsInput backgroundsDividers
300
E68D
#E68DFC
BordersInactive statesPlaceholder text
400
D951
#D951FB
Disabled statesSecondary iconsMuted text
500
CE1F
#CE1FF9
Primary brand colorCTAsActive elementsLinks
600
B006
#B006DB
Hover statesFocus ringsPrimary buttons hover
700
8C04
#8C04AE
Active/pressed statesDark mode accentsSecondary text
800
6403
#64037C
Text on light backgroundsHeadingsStrong borders
900
4002
#400250
Primary textHigh emphasis contentDark headings
950
2801
#280132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FF;
  --magenta-100: #F7DCFE;
  --magenta-200: #F1BEFD;
  --magenta-300: #E68DFC;
  --magenta-400: #D951FB;
  --magenta-500: #CE1FF9;
  --magenta-600: #B006DB;
  --magenta-700: #8C04AE;
  --magenta-800: #64037C;
  --magenta-900: #400250;
  --magenta-950: #280132;
}
Generate More ShadesCreate PaletteConvert Color