Plum
#F297BD
PinkColor Codes
All color formats for development
HEX
#F297BDRGB
rgb(242, 151, 189)HSL
hsl(335, 78%, 77%)OKLCH
oklch(0.78 0.118 353.6)CMYK
cmyk(0%, 38%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74A7
2#E95190
3#E52E7A
4#D21A66
5#AF1655
6#8C1144
7#690D33
8#460922
9#230411
Tints
Lighter variations
1#F3A1C3
2#F5ABCA
3#F6B6D1
4#F7C0D7
5#F9CBDE
6#FAD5E4
7#FBE0EB
8#FCEAF2
9#FEF5F8
Tones
Muted variations
1#EE9BBD
2#E9A0BE
3#E4A4BF
4#E0A9C0
5#DBADC1
6#D7B2C1
7#D2B7C2
8#CDBBC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB609A | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6337D | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F144E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490923 | 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: #FDF1F6;
--plum-100: #FBDFEB;
--plum-200: #F8C4DA;
--plum-300: #F297BD;
--plum-400: #EB609A;
--plum-500: #E6337D;
--plum-600: #C81962;
--plum-700: #9F144E;
--plum-800: #710E37;
--plum-900: #490923;
--plum-950: #2D0616;
}