Magenta

#DD27F1

Pink

Color Codes

All color formats for development

HEX
#DD27F1
RGB
rgb(221, 39, 241)
HSL
hsl(294, 88%, 55%)
OKLCH
oklch(0.653 0.288 323.4)
CMYK
cmyk(8%, 84%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

3.73:1

AA AAA

On Black Background

5.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FADD
200
#F5C1
300
#EE91
400
#E557
500
#DD27
600
#BF0D
700
#980B
800
#6D08
900
#4605
950
#2B03

Shades

Darker variations

1#D70FED
2#BF0DD3
3#A70CB9
4#8F0A9E
5#770884
6#600769
7#48054F
8#300335
9#18021A

Tints

Lighter variations

1#E03DF3
2#E452F4
3#E768F5
4#EB7EF7
5#EE93F8
6#F1A9F9
7#F5BEFB
8#F8D4FC
9#FCE9FE

Tones

Muted variations

1#D531E7
2#CD3BDD
3#C546D3
4#BD50C9
5#B55ABF
6#AD64B5
7#A46EAB
8#9C78A0
9#948296

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FADD
#FADDFD
Light backgroundsTable row hoverSkeleton loading
200
F5C1
#F5C1FB
Secondary backgroundsInput backgroundsDividers
300
EE91
#EE91F8
BordersInactive statesPlaceholder text
400
E557
#E557F4
Disabled statesSecondary iconsMuted text
500
DD27
#DD27F1
Primary brand colorCTAsActive elementsLinks
600
BF0D
#BF0DD3
Hover statesFocus ringsPrimary buttons hover
700
980B
#980BA8
Active/pressed statesDark mode accentsSecondary text
800
6D08
#6D0878
Text on light backgroundsHeadingsStrong borders
900
4605
#46054D
Primary textHigh emphasis contentDark headings
950
2B03
#2B0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF1FE;
  --magenta-100: #FADDFD;
  --magenta-200: #F5C1FB;
  --magenta-300: #EE91F8;
  --magenta-400: #E557F4;
  --magenta-500: #DD27F1;
  --magenta-600: #BF0DD3;
  --magenta-700: #980BA8;
  --magenta-800: #6D0878;
  --magenta-900: #46054D;
  --magenta-950: #2B0330;
}
Generate More ShadesCreate PaletteConvert Color