Plum

#F198E1

Pink

Color Codes

All color formats for development

HEX
#F198E1
RGB
rgb(241, 152, 225)
HSL
hsl(311, 76%, 77%)
OKLCH
oklch(0.793 0.14 333.6)
CMYK
cmyk(0%, 37%, 7%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#EC75D6
2#E753CC
3#E330C2
4#CF1CAF
5#AD1891
6#8A1374
7#680E57
8#45093A
9#23051D

Tints

Lighter variations

1#F2A2E4
2#F4ACE7
3#F5B7EA
4#F7C1ED
5#F8CBF0
6#F9D6F3
7#FBE0F6
8#FCEAF9
9#FEF5FC

Tones

Muted variations

1#EC9CDE
2#E8A1DB
3#E4A5D8
4#DFAAD5
5#DBAED2
6#D6B3D0
7#D2B7CD
8#CDBBCA
9#C9C0C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2FB
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F6
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5EE
Secondary backgroundsInput backgroundsDividers
300
F198
#F198E1
BordersInactive statesPlaceholder text
400
EA62
#EA62D1
Disabled statesSecondary iconsMuted text
500
E335
#E335C3
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51BA6
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1584
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F5E
Text on light backgroundsHeadingsStrong borders
900
480A
#480A3C
Primary textHigh emphasis contentDark headings
950
2D06
#2D0626
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #FDF2FB;
  --plum-100: #FBE0F6;
  --plum-200: #F7C5EE;
  --plum-300: #F198E1;
  --plum-400: #EA62D1;
  --plum-500: #E335C3;
  --plum-600: #C51BA6;
  --plum-700: #9D1584;
  --plum-800: #700F5E;
  --plum-900: #480A3C;
  --plum-950: #2D0626;
}
Generate More ShadesCreate PaletteConvert Color