Plum
#F297B5
PinkColor Codes
All color formats for development
HEX
#F297B5RGB
rgb(242, 151, 181)HSL
hsl(340, 78%, 77%)OKLCH
oklch(0.777 0.114 358.8)CMYK
cmyk(0%, 38%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE749C
2#E95184
3#E52E6B
4#D21A57
5#AF1649
6#8C113A
7#690D2C
8#46091D
9#23040F
Tints
Lighter variations
1#F3A1BC
2#F5ABC4
3#F6B6CB
4#F7C0D3
5#F9CBDA
6#FAD5E1
7#FBE0E9
8#FCEAF0
9#FEF5F8
Tones
Muted variations
1#EE9BB7
2#E9A0B8
3#E4A4BA
4#E0A9BB
5#DBADBD
6#D7B2BE
7#D2B7C0
8#CDBBC1
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B5 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608F | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6336E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81953 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1442 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F5;
--plum-100: #FBDFE9;
--plum-200: #F8C4D5;
--plum-300: #F297B5;
--plum-400: #EB608F;
--plum-500: #E6336E;
--plum-600: #C81953;
--plum-700: #9F1442;
--plum-800: #710E2F;
--plum-900: #49091E;
--plum-950: #2D0613;
}