Plum
#DA98F0
PinkColor Codes
All color formats for development
HEX
#DA98F0RGB
rgb(218, 152, 240)HSL
hsl(285, 75%, 77%)OKLCH
oklch(0.774 0.14 317.4)CMYK
cmyk(9%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE76EB
2#C254E7
3#B631E2
4#A21DCE
5#8719AC
6#6C1489
7#510F67
8#360A45
9#1B0522
Tints
Lighter variations
1#DEA3F2
2#E2ADF3
3#E5B7F5
4#E9C1F6
5#EDCCF8
6#F0D6F9
7#F4E0FB
8#F8EAFC
9#FBF5FE
Tones
Muted variations
1#D89DEC
2#D6A1E8
3#D4A6E3
4#D2AADF
5#CFAEDA
6#CDB3D6
7#CBB7D2
8#C9BCCD
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA98 #DA98F0 | BordersInactive statesPlaceholder text |
| 400 | C763 #C763E9 | Disabled statesSecondary iconsMuted text |
| 500 | B736 #B736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A1C #9A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B16 #7B169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5810 #581070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF2FD;
--plum-100: #F4E0FB;
--plum-200: #EAC5F7;
--plum-300: #DA98F0;
--plum-400: #C763E9;
--plum-500: #B736E2;
--plum-600: #9A1CC4;
--plum-700: #7B169C;
--plum-800: #581070;
--plum-900: #380A47;
--plum-950: #23062D;
}