Plum
#F098BD
PinkColor Codes
All color formats for development
HEX
#F098BDRGB
rgb(240, 152, 189)HSL
hsl(335, 75%, 77%)OKLCH
oklch(0.779 0.114 353.3)CMYK
cmyk(0%, 37%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76A7
2#E75491
3#E2317B
4#CE1D67
5#AC1956
6#891445
7#670F34
8#450A22
9#220511
Tints
Lighter variations
1#F2A3C4
2#F3ADCA
3#F5B7D1
4#F6C1D7
5#F8CCDE
6#F9D6E5
7#FBE0EB
8#FCEAF2
9#FEF5F8
Tones
Muted variations
1#EC9DBE
2#E8A1BE
3#E3A6BF
4#DFAAC0
5#DAAEC1
6#D6B3C1
7#D2B7C2
8#CDBCC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098BD | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639B | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2367E | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C164E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A24 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F6;
--plum-100: #FBE0EB;
--plum-200: #F7C5DA;
--plum-300: #F098BD;
--plum-400: #E9639B;
--plum-500: #E2367E;
--plum-600: #C41C62;
--plum-700: #9C164E;
--plum-800: #701038;
--plum-900: #470A24;
--plum-950: #2D0616;
}