Magenta

#DD2CED

Pink

Color Codes

All color formats for development

HEX
#DD2CED
RGB
rgb(221, 44, 237)
HSL
hsl(295, 84%, 55%)
OKLCH
oklch(0.653 0.282 324.2)
CMYK
cmyk(7%, 81%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.71:1

AA AAA

On Black Background

5.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FADE
200
#F5C2
300
#ED93
400
#E45B
500
#DD2C
600
#BF12
700
#980E
800
#6C0A
900
#4507
950
#2B04

Shades

Darker variations

1#D714E8
2#BF12CE
3#A710B5
4#8F0D9B
5#770B81
6#5F0967
7#48074D
8#300434
9#18021A

Tints

Lighter variations

1#E041EE
2#E356F0
3#E76BF2
4#EA80F4
5#EE95F6
6#F1ABF8
7#F5C0F9
8#F8D5FB
9#FCEAFD

Tones

Muted variations

1#D535E3
2#CD3FD9
3#C449D0
4#BC52C6
5#B45CBC
6#AC66B3
7#A46FA9
8#9C79A0
9#948396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FADE
#FADEFC
Light backgroundsTable row hoverSkeleton loading
200
F5C2
#F5C2FA
Secondary backgroundsInput backgroundsDividers
300
ED93
#ED93F6
BordersInactive statesPlaceholder text
400
E45B
#E45BF1
Disabled statesSecondary iconsMuted text
500
DD2C
#DD2CED
Primary brand colorCTAsActive elementsLinks
600
BF12
#BF12CE
Hover statesFocus ringsPrimary buttons hover
700
980E
#980EA4
Active/pressed statesDark mode accentsSecondary text
800
6C0A
#6C0A75
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: #FADEFC;
  --magenta-200: #F5C2FA;
  --magenta-300: #ED93F6;
  --magenta-400: #E45BF1;
  --magenta-500: #DD2CED;
  --magenta-600: #BF12CE;
  --magenta-700: #980EA4;
  --magenta-800: #6C0A75;
  --magenta-900: #45074B;
  --magenta-950: #2B042F;
}
Generate More ShadesCreate PaletteConvert Color