Plum
#B197F2
PurpleColor Codes
All color formats for development
HEX
#B197F2RGB
rgb(177, 151, 242)HSL
hsl(257, 78%, 77%)OKLCH
oklch(0.735 0.131 296.2)CMYK
cmyk(27%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9674EE
2#7C51E9
3#622EE5
4#4E1AD2
5#4116AF
6#34118C
7#270D69
8#1A0946
9#0D0423
Tints
Lighter variations
1#B8A1F3
2#C0ABF5
3#C8B6F6
4#D0C0F7
5#D8CBF9
6#E0D5FA
7#E7E0FB
8#EFEAFC
9#F7F5FE
Tones
Muted variations
1#B39BEE
2#B4A0E9
3#B6A4E4
4#B8A9E0
5#BAADDB
6#BCB2D7
7#BEB7D2
8#C0BBCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B197 #B197F2 | BordersInactive statesPlaceholder text |
| 400 | 8860 #8860EB | Disabled statesSecondary iconsMuted text |
| 500 | 6533 #6533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A19 #4A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B14 #3B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0E #2A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FD;
--plum-100: #E7DFFB;
--plum-200: #D3C4F8;
--plum-300: #B197F2;
--plum-400: #8860EB;
--plum-500: #6533E6;
--plum-600: #4A19C8;
--plum-700: #3B149F;
--plum-800: #2A0E71;
--plum-900: #1B0949;
--plum-950: #11062D;
}