Plum
#B995F3
PurpleColor Codes
All color formats for development
HEX
#B995F3RGB
rgb(185, 149, 243)HSL
hsl(263, 80%, 77%)OKLCH
oklch(0.739 0.137 300.7)CMYK
cmyk(24%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A272EF
2#8B4FEB
3#742BE7
4#6018D4
5#5014B1
6#40108D
7#300C6A
8#200847
9#100423
Tints
Lighter variations
1#C0A0F4
2#C7ABF6
3#CEB5F7
4#D5C0F8
5#DCCAF9
6#E3D5FA
7#EADFFB
8#F1EAFD
9#F8F4FE
Tones
Muted variations
1#BA9AEF
2#BC9FEA
3#BDA4E5
4#BEA8E1
5#BFADDC
6#C0B2D7
7#C1B6D2
8#C2BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F3 | BordersInactive statesPlaceholder text |
| 400 | 955E #955EED | Disabled statesSecondary iconsMuted text |
| 500 | 7730 #7730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B16 #5B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4912 #4912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #210849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FD;
--plum-100: #EADFFB;
--plum-200: #D8C3F8;
--plum-300: #B995F3;
--plum-400: #955EED;
--plum-500: #7730E8;
--plum-600: #5B16CA;
--plum-700: #4912A1;
--plum-800: #340D73;
--plum-900: #210849;
--plum-950: #15052E;
}