Plum

#FA8FCA

Pink

Color Codes

All color formats for development

HEX
#FA8FCA
RGB
rgb(250, 143, 202)
HSL
hsl(327, 91%, 77%)
OKLCH
oklch(0.781 0.146 346.8)
CMYK
cmyk(0%, 43%, 19%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.13:1

AA AAA

On Black Background

9.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#FA8F
400
#F755
500
#F524
600
#D60A
700
#AA08
800
#7A06
900
#4E04
950
#3102

Shades

Darker variations

1#F869B8
2#F644A6
3#F41E94
4#E10B81
5#BC096B
6#960756
7#710540
8#4B042B
9#260215

Tints

Lighter variations

1#FA9ACF
2#FBA5D4
3#FBB1DA
4#FCBCDF
5#FCC7E4
6#FDD2EA
7#FDDDEF
8#FEE9F4
9#FEF4FA

Tones

Muted variations

1#F494C9
2#EF9AC9
3#EA9FC8
4#E4A4C8
5#DFAAC7
6#DAAFC6
7#D4B4C6
8#CFBAC5
9#CABFC5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F8
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDEF
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0E1
Secondary backgroundsInput backgroundsDividers
300
FA8F
#FA8FCA
BordersInactive statesPlaceholder text
400
F755
#F755AE
Disabled statesSecondary iconsMuted text
500
F524
#F52497
Primary brand colorCTAsActive elementsLinks
600
D60A
#D60A7A
Hover statesFocus ringsPrimary buttons hover
700
AA08
#AA0861
Active/pressed statesDark mode accentsSecondary text
800
7A06
#7A0646
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E042D
Primary textHigh emphasis contentDark headings
950
3102
#31021C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #FEF0F8;
  --plum-100: #FDDDEF;
  --plum-200: #FCC0E1;
  --plum-300: #FA8FCA;
  --plum-400: #F755AE;
  --plum-500: #F52497;
  --plum-600: #D60A7A;
  --plum-700: #AA0861;
  --plum-800: #7A0646;
  --plum-900: #4E042D;
  --plum-950: #31021C;
}
Generate More ShadesCreate PaletteConvert Color