Plum
#F198DB
PinkColor Codes
All color formats for development
HEX
#F198DBRGB
rgb(241, 152, 219)HSL
hsl(315, 76%, 77%)OKLCH
oklch(0.791 0.135 336.4)CMYK
cmyk(0%, 37%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75CE
2#E753C2
3#E330B6
4#CF1CA3
5#AD1887
6#8A136C
7#680E51
8#450936
9#23051B
Tints
Lighter variations
1#F2A2DE
2#F4ACE2
3#F5B7E6
4#F7C1E9
5#F8CBED
6#F9D6F0
7#FBE0F4
8#FCEAF8
9#FEF5FB
Tones
Muted variations
1#EC9CD8
2#E8A1D6
3#E4A5D4
4#DFAAD2
5#DBAECF
6#D6B3CD
7#D2B7CB
8#CDBBC9
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DB | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FBE0F4;
--plum-200: #F7C5EA;
--plum-300: #F198DB;
--plum-400: #EA62C8;
--plum-500: #E335B8;
--plum-600: #C51B9B;
--plum-700: #9D157B;
--plum-800: #700F58;
--plum-900: #480A38;
--plum-950: #2D0623;
}