Magenta

#DF30E8

Pink

Color Codes

All color formats for development

HEX
#DF30E8
RGB
rgb(223, 48, 232)
HSL
hsl(297, 80%, 55%)
OKLCH
oklch(0.655 0.277 325.9)
CMYK
cmyk(4%, 79%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

3.67:1

AA AAA

On Black Background

5.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FADF
200
#F6C3
300
#EF95
400
#E65E
500
#DF30
600
#C116
700
#9A12
800
#6E0D
900
#4608
950
#2C05

Shades

Darker variations

1#D919E3
2#C116CA
3#A914B1
4#911197
5#790E7E
6#600B65
7#48084C
8#300632
9#180319

Tints

Lighter variations

1#E245EA
2#E55AED
3#E96EEF
4#EC83F1
5#EF98F4
6#F2ACF6
7#F5C1F8
8#F9D6FA
9#FCEAFD

Tones

Muted variations

1#D73ADF
2#CE43D6
3#C64CCD
4#BE55C3
5#B65EBA
6#AD68B1
7#A571A8
8#9D7A9F
9#958395

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FD
BackgroundsSubtle highlightsCard backgrounds
100
FADF
#FADFFB
Light backgroundsTable row hoverSkeleton loading
200
F6C3
#F6C3F8
Secondary backgroundsInput backgroundsDividers
300
EF95
#EF95F3
BordersInactive statesPlaceholder text
400
E65E
#E65EED
Disabled statesSecondary iconsMuted text
500
DF30
#DF30E8
Primary brand colorCTAsActive elementsLinks
600
C116
#C116CA
Hover statesFocus ringsPrimary buttons hover
700
9A12
#9A12A1
Active/pressed statesDark mode accentsSecondary text
800
6E0D
#6E0D73
Text on light backgroundsHeadingsStrong borders
900
4608
#460849
Primary textHigh emphasis contentDark headings
950
2C05
#2C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF1FD;
  --magenta-100: #FADFFB;
  --magenta-200: #F6C3F8;
  --magenta-300: #EF95F3;
  --magenta-400: #E65EED;
  --magenta-500: #DF30E8;
  --magenta-600: #C116CA;
  --magenta-700: #9A12A1;
  --magenta-800: #6E0D73;
  --magenta-900: #460849;
  --magenta-950: #2C052E;
}
Generate More ShadesCreate PaletteConvert Color