Plum
#DA95F3
PurpleColor Codes
All color formats for development
HEX
#DA95F3RGB
rgb(218, 149, 243)HSL
hsl(284, 80%, 77%)OKLCH
oklch(0.771 0.148 316.7)CMYK
cmyk(10%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE72EF
2#C24FEB
3#B52BE7
4#A218D4
5#8714B1
6#6C108D
7#510C6A
8#360847
9#1B0423
Tints
Lighter variations
1#DEA0F4
2#E2ABF6
3#E5B5F7
4#E9C0F8
5#EDCAF9
6#F0D5FA
7#F4DFFB
8#F8EAFD
9#FBF4FE
Tones
Muted variations
1#D89AEF
2#D69FEA
3#D4A4E5
4#D1A8E1
5#CFADDC
6#CDB2D7
7#CBB6D2
8#C9BBCE
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC3 #EAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA95 #DA95F3 | BordersInactive statesPlaceholder text |
| 400 | C75E #C75EED | Disabled statesSecondary iconsMuted text |
| 500 | B730 #B730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A16 #9A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B12 #7B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580D #580D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3808 #380849 | Primary textHigh emphasis contentDark headings |
| 950 | 2305 #23052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FD;
--plum-100: #F4DFFB;
--plum-200: #EAC3F8;
--plum-300: #DA95F3;
--plum-400: #C75EED;
--plum-500: #B730E8;
--plum-600: #9A16CA;
--plum-700: #7B12A1;
--plum-800: #580D73;
--plum-900: #380849;
--plum-950: #23052E;
}