Magenta

#BE13CD

Pink

Color Codes

All color formats for development

HEX
#BE13CD
RGB
rgb(190, 19, 205)
HSL
hsl(295, 83%, 44%)
OKLCH
oklch(0.576 0.263 324.2)
CMYK
cmyk(7%, 91%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

5.04:1

AA AAA

On Black Background

4.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#F9DE
200
#F5C2
300
#ED94
400
#E35C
500
#DC2D
600
#BE13
700
#970F
800
#6C0B
900
#4507
950
#2B04

Shades

Darker variations

1#AB11B9
2#980FA4
3#850D90
4#720B7B
5#5F0A67
6#4C0852
7#39063E
8#260429
9#130215

Tints

Lighter variations

1#D616E7
2#DC2EEC
3#E048EE
4#E562F0
5#E97CF3
6#ED96F5
7#F2B1F8
8#F6CBFA
9#FBE5FD

Tones

Muted variations

1#B61CC4
2#AE26BB
3#A72FB1
4#9F38A8
5#97429F
6#8F4B95
7#87548C
8#805E83
9#78677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F9DE
#F9DEFC
Light backgroundsTable row hoverSkeleton loading
200
F5C2
#F5C2F9
Secondary backgroundsInput backgroundsDividers
300
ED94
#ED94F5
BordersInactive statesPlaceholder text
400
E35C
#E35CF0
Disabled statesSecondary iconsMuted text
500
DC2D
#DC2DEB
Primary brand colorCTAsActive elementsLinks
600
BE13
#BE13CD
Hover statesFocus ringsPrimary buttons hover
700
970F
#970FA3
Active/pressed statesDark mode accentsSecondary text
800
6C0B
#6C0B75
Text on light backgroundsHeadingsStrong borders
900
4507
#45074B
Primary textHigh emphasis contentDark headings
950
2B04
#2B042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF1FE;
  --magenta-100: #F9DEFC;
  --magenta-200: #F5C2F9;
  --magenta-300: #ED94F5;
  --magenta-400: #E35CF0;
  --magenta-500: #DC2DEB;
  --magenta-600: #BE13CD;
  --magenta-700: #970FA3;
  --magenta-800: #6C0B75;
  --magenta-900: #45074B;
  --magenta-950: #2B042F;
}
Generate More ShadesCreate PaletteConvert Color