Plum

#EF9ABA

Pink

Color Codes

All color formats for development

HEX
#EF9ABA
RGB
rgb(239, 154, 186)
HSL
hsl(337, 73%, 77%)
OKLCH
oklch(0.78 0.108 355.7)
CMYK
cmyk(0%, 36%, 22%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

10.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FAE0
200
#F6C6
300
#EF9A
400
#E765
500
#E038
600
#C21E
700
#9A18
800
#6E11
900
#470B
950
#2C07

Shades

Darker variations

1#EA78A3
2#E5568C
3#DF3475
4#CC2062
5#AA1B51
6#881541
7#661031
8#440B21
9#220510

Tints

Lighter variations

1#F1A4C1
2#F2AEC8
3#F4B8CF
4#F5C2D6
5#F7CCDD
6#F9D6E4
7#FAE1EA
8#FCEBF1
9#FDF5F8

Tones

Muted variations

1#EB9EBB
2#E7A2BC
3#E2A6BD
4#DEABBE
5#DAAFBF
6#D5B3C0
7#D1B8C1
8#CDBCC2
9#C9C0C3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F6
BackgroundsSubtle highlightsCard backgrounds
100
FAE0
#FAE0EA
Light backgroundsTable row hoverSkeleton loading
200
F6C6
#F6C6D8
Secondary backgroundsInput backgroundsDividers
300
EF9A
#EF9ABA
BordersInactive statesPlaceholder text
400
E765
#E76597
Disabled statesSecondary iconsMuted text
500
E038
#E03879
Primary brand colorCTAsActive elementsLinks
600
C21E
#C21E5D
Hover statesFocus ringsPrimary buttons hover
700
9A18
#9A184A
Active/pressed statesDark mode accentsSecondary text
800
6E11
#6E1135
Text on light backgroundsHeadingsStrong borders
900
470B
#470B22
Primary textHigh emphasis contentDark headings
950
2C07
#2C0715
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #FDF2F6;
  --plum-100: #FAE0EA;
  --plum-200: #F6C6D8;
  --plum-300: #EF9ABA;
  --plum-400: #E76597;
  --plum-500: #E03879;
  --plum-600: #C21E5D;
  --plum-700: #9A184A;
  --plum-800: #6E1135;
  --plum-900: #470B22;
  --plum-950: #2C0715;
}
Generate More ShadesCreate PaletteConvert Color