Magenta

#DC24F5

Pink

Color Codes

All color formats for development

HEX
#DC24F5
RGB
rgb(220, 36, 245)
HSL
hsl(293, 91%, 55%)
OKLCH
oklch(0.653 0.293 322.3)
CMYK
cmyk(10%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.74:1

AA AAA

On Black Background

5.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FADD
200
#F5C0
300
#ED8F
400
#E455
500
#DC24
600
#BE0A
700
#9808
800
#6C06
900
#4504
950
#2B02

Shades

Darker variations

1#D60BF1
2#BE0AD6
3#A709BC
4#8F08A1
5#770686
6#5F056B
7#470450
8#300336
9#18011B

Tints

Lighter variations

1#E03AF6
2#E350F7
3#E766F8
4#EA7BF9
5#EE91FA
6#F1A7FB
7#F5BDFC
8#F8D3FD
9#FCE9FE

Tones

Muted variations

1#D42EEA
2#CC39E0
3#C443D5
4#BC4ECB
5#B458C0
6#AC62B6
7#A46DAC
8#9C77A1
9#948297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FADD
#FADDFD
Light backgroundsTable row hoverSkeleton loading
200
F5C0
#F5C0FC
Secondary backgroundsInput backgroundsDividers
300
ED8F
#ED8FFA
BordersInactive statesPlaceholder text
400
E455
#E455F7
Disabled statesSecondary iconsMuted text
500
DC24
#DC24F5
Primary brand colorCTAsActive elementsLinks
600
BE0A
#BE0AD6
Hover statesFocus ringsPrimary buttons hover
700
9808
#9808AA
Active/pressed statesDark mode accentsSecondary text
800
6C06
#6C067A
Text on light backgroundsHeadingsStrong borders
900
4504
#45044E
Primary textHigh emphasis contentDark headings
950
2B02
#2B0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF0FE;
  --magenta-100: #FADDFD;
  --magenta-200: #F5C0FC;
  --magenta-300: #ED8FFA;
  --magenta-400: #E455F7;
  --magenta-500: #DC24F5;
  --magenta-600: #BE0AD6;
  --magenta-700: #9808AA;
  --magenta-800: #6C067A;
  --magenta-900: #45044E;
  --magenta-950: #2B0231;
}
Generate More ShadesCreate PaletteConvert Color