Plum

#F198D0

Pink

Color Codes

All color formats for development

HEX
#F198D0
RGB
rgb(241, 152, 208)
HSL
hsl(322, 76%, 77%)
OKLCH
oklch(0.787 0.127 342.1)
CMYK
cmyk(0%, 37%, 14%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.14: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#EC75C1
2#E753B1
3#E330A1
4#CF1C8E
5#AD1876
6#8A135E
7#680E47
8#45092F
9#230518

Tints

Lighter variations

1#F2A2D5
2#F4ACDA
3#F5B7DE
4#F7C1E3
5#F8CBE8
6#F9D6EC
7#FBE0F1
8#FCEAF6
9#FEF5FA

Tones

Muted variations

1#EC9CCF
2#E8A1CE
3#E4A5CD
4#DFAACB
5#DBAECA
6#D6B3C9
7#D2B7C8
8#CDBBC7
9#C9C0C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F9
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F1
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E5
Secondary backgroundsInput backgroundsDividers
300
F198
#F198D0
BordersInactive statesPlaceholder text
400
EA62
#EA62B8
Disabled statesSecondary iconsMuted text
500
E335
#E335A4
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B87
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D156B
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F4D
Text on light backgroundsHeadingsStrong borders
900
480A
#480A31
Primary textHigh emphasis contentDark headings
950
2D06
#2D061F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #FDF2F9;
  --plum-100: #FBE0F1;
  --plum-200: #F7C5E5;
  --plum-300: #F198D0;
  --plum-400: #EA62B8;
  --plum-500: #E335A4;
  --plum-600: #C51B87;
  --plum-700: #9D156B;
  --plum-800: #700F4D;
  --plum-900: #480A31;
  --plum-950: #2D061F;
}
Generate More ShadesCreate PaletteConvert Color