Plum
#B198F1
PurpleColor Codes
All color formats for development
HEX
#B198F1RGB
rgb(177, 152, 241)HSL
hsl(257, 76%, 77%)OKLCH
oklch(0.736 0.128 296)CMYK
cmyk(27%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9775EC
2#7D53E7
3#6330E3
4#4F1CCF
5#4218AD
6#35138A
7#280E68
8#1A0945
9#0D0523
Tints
Lighter variations
1#B9A2F2
2#C1ACF4
3#C8B7F5
4#D0C1F7
5#D8CBF8
6#E0D6F9
7#E8E0FB
8#EFEAFC
9#F7F5FE
Tones
Muted variations
1#B39CEC
2#B5A1E8
3#B7A5E4
4#B9AADF
5#BBAEDB
6#BDB3D6
7#BFB7D2
8#C0BBCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C5 #D3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B198 #B198F1 | BordersInactive statesPlaceholder text |
| 400 | 8862 #8862EA | Disabled statesSecondary iconsMuted text |
| 500 | 6635 #6635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B1B #4B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C15 #3C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0F #2B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0A #1B0A48 | 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: #F5F2FD;
--plum-100: #E7E0FB;
--plum-200: #D3C5F7;
--plum-300: #B198F1;
--plum-400: #8862EA;
--plum-500: #6635E3;
--plum-600: #4B1BC5;
--plum-700: #3C159D;
--plum-800: #2B0F70;
--plum-900: #1B0A48;
--plum-950: #11062D;
}