Plum

#F098C4

Pink

Color Codes

All color formats for development

HEX
#F098C4
RGB
rgb(240, 152, 196)
HSL
hsl(330, 75%, 77%)
OKLCH
oklch(0.781 0.118 348.8)
CMYK
cmyk(0%, 37%, 18%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

9.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F098
400
#E963
500
#E236
600
#C41C
700
#9C16
800
#7010
900
#470A
950
#2D06

Shades

Darker variations

1#EB76B1
2#E7549D
3#E23189
4#CE1D76
5#AC1962
6#89144F
7#670F3B
8#450A27
9#220514

Tints

Lighter variations

1#F2A3CA
2#F3ADD0
3#F5B7D6
4#F6C1DC
5#F8CCE2
6#F9D6E8
7#FBE0ED
8#FCEAF3
9#FEF5F9

Tones

Muted variations

1#EC9DC4
2#E8A1C4
3#E3A6C4
4#DFAAC4
5#DAAEC4
6#D6B3C4
7#D2B7C4
8#CDBCC4
9#C9C0C4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F7
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0ED
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5DE
Secondary backgroundsInput backgroundsDividers
300
F098
#F098C4
BordersInactive statesPlaceholder text
400
E963
#E963A6
Disabled statesSecondary iconsMuted text
500
E236
#E2368C
Primary brand colorCTAsActive elementsLinks
600
C41C
#C41C70
Hover statesFocus ringsPrimary buttons hover
700
9C16
#9C1659
Active/pressed statesDark mode accentsSecondary text
800
7010
#701040
Text on light backgroundsHeadingsStrong borders
900
470A
#470A29
Primary textHigh emphasis contentDark headings
950
2D06
#2D061A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #FDF2F7;
  --plum-100: #FBE0ED;
  --plum-200: #F7C5DE;
  --plum-300: #F098C4;
  --plum-400: #E963A6;
  --plum-500: #E2368C;
  --plum-600: #C41C70;
  --plum-700: #9C1659;
  --plum-800: #701040;
  --plum-900: #470A29;
  --plum-950: #2D061A;
}
Generate More ShadesCreate PaletteConvert Color