Plum
#F198E4
PinkColor Codes
All color formats for development
HEX
#F198E4RGB
rgb(241, 152, 228)HSL
hsl(309, 76%, 77%)OKLCH
oklch(0.794 0.143 332.2)CMYK
cmyk(0%, 37%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75DA
2#E753D1
3#E330C8
4#CF1CB4
5#AD1896
6#8A1378
7#680E5A
8#45093C
9#23051E
Tints
Lighter variations
1#F2A2E6
2#F4ACE9
3#F5B7EC
4#F7C1EF
5#F8CBF1
6#F9D6F4
7#FBE0F7
8#FCEAFA
9#FEF5FC
Tones
Muted variations
1#EC9CE0
2#E8A1DD
3#E4A5DA
4#DFAAD7
5#DBAED4
6#D6B3D1
7#D2B7CE
8#CDBBCB
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FB;
--plum-100: #FBE0F7;
--plum-200: #F7C5EF;
--plum-300: #F198E4;
--plum-400: #EA62D5;
--plum-500: #E335C9;
--plum-600: #C51BAC;
--plum-700: #9D1589;
--plum-800: #700F62;
--plum-900: #480A3F;
--plum-950: #2D0627;
}