Magenta

#DC2DEB

Pink

Color Codes

All color formats for development

HEX
#DC2DEB
RGB
rgb(220, 45, 235)
HSL
hsl(295, 83%, 55%)
OKLCH
oklch(0.651 0.28 324.4)
CMYK
cmyk(6%, 81%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.74:1

AA AAA

On Black Background

5.62: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#D615E7
2#BE13CD
3#A611B4
4#8E0E9A
5#770C80
6#5F0A67
7#47074D
8#2F0533
9#18021A

Tints

Lighter variations

1#DF42ED
2#E357EF
3#E66CF1
4#EA81F3
5#ED96F5
6#F1ABF7
7#F4C0F9
8#F8D5FB
9#FBEAFD

Tones

Muted variations

1#D437E2
2#CC40D8
3#C44ACF
4#BC53C5
5#B45DBC
6#AC66B2
7#A470A9
8#9C799F
9#948396

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