Plum
#D898F1
PurpleColor Codes
All color formats for development
HEX
#D898F1RGB
rgb(216, 152, 241)HSL
hsl(283, 76%, 77%)OKLCH
oklch(0.773 0.14 316.1)CMYK
cmyk(10%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA75EC
2#BD53E7
3#B030E3
4#9D1CCF
5#8318AD
6#68138A
7#4E0E68
8#340945
9#1A0523
Tints
Lighter variations
1#DCA2F2
2#E0ACF4
3#E3B7F5
4#E7C1F7
5#EBCBF8
6#EFD6F9
7#F3E0FB
8#F7EAFC
9#FBF5FE
Tones
Muted variations
1#D69CEC
2#D4A1E8
3#D2A5E4
4#D0AADF
5#CEAEDB
6#CCB3D6
7#CAB7D2
8#C8BBCD
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C5 #E9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D898 #D898F1 | BordersInactive statesPlaceholder text |
| 400 | C362 #C362EA | Disabled statesSecondary iconsMuted text |
| 500 | B235 #B235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 951B #951BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7715 #77159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550F #550F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 360A #360A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2206 #22062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF2FD;
--plum-100: #F3E0FB;
--plum-200: #E9C5F7;
--plum-300: #D898F1;
--plum-400: #C362EA;
--plum-500: #B235E3;
--plum-600: #951BC5;
--plum-700: #77159D;
--plum-800: #550F70;
--plum-900: #360A48;
--plum-950: #22062D;
}