Plum
#F198BE
PinkColor Codes
All color formats for development
HEX
#F198BERGB
rgb(241, 152, 190)HSL
hsl(334, 76%, 77%)OKLCH
oklch(0.781 0.116 353)CMYK
cmyk(0%, 37%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75A9
2#E75393
3#E3307E
4#CF1C6A
5#AD1858
6#8A1347
7#680E35
8#450923
9#230512
Tints
Lighter variations
1#F2A2C5
2#F4ACCB
3#F5B7D2
4#F7C1D8
5#F8CBDF
6#F9D6E5
7#FBE0EC
8#FCEAF2
9#FEF5F9
Tones
Muted variations
1#EC9CBF
2#E8A1C0
3#E4A5C0
4#DFAAC1
5#DBAEC1
6#D6B3C2
7#D2B7C3
8#CDBBC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198BE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33581 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1550 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A25 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0617 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F7;
--plum-100: #FBE0EB;
--plum-200: #F7C5DA;
--plum-300: #F198BE;
--plum-400: #EA629D;
--plum-500: #E33581;
--plum-600: #C51B65;
--plum-700: #9D1550;
--plum-800: #700F39;
--plum-900: #480A25;
--plum-950: #2D0617;
}