Plum
#B798F0
PurpleColor Codes
All color formats for development
HEX
#B798F0RGB
rgb(183, 152, 240)HSL
hsl(261, 75%, 77%)OKLCH
oklch(0.741 0.128 299.5)CMYK
cmyk(24%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F76EB
2#8754E7
3#6F31E2
4#5B1DCE
5#4C19AC
6#3D1489
7#2E0F67
8#1E0A45
9#0F0522
Tints
Lighter variations
1#BEA3F2
2#C6ADF3
3#CDB7F5
4#D4C1F6
5#DBCCF8
6#E2D6F9
7#E9E0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#B89DEC
2#BAA1E8
3#BBA6E3
4#BCAADF
5#BEAEDA
6#BFB3D6
7#C0B7D2
8#C2BCCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B798 #B798F0 | BordersInactive statesPlaceholder text |
| 400 | 9263 #9263E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7236 #7236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 571C #571CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4516 #45169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3110 #311070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 200A #200A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F2FD;
--plum-100: #E9E0FB;
--plum-200: #D6C5F7;
--plum-300: #B798F0;
--plum-400: #9263E9;
--plum-500: #7236E2;
--plum-600: #571CC4;
--plum-700: #45169C;
--plum-800: #311070;
--plum-900: #200A47;
--plum-950: #14062D;
}