Plum
#B398F1
PurpleColor Codes
All color formats for development
HEX
#B398F1RGB
rgb(179, 152, 241)HSL
hsl(258, 76%, 77%)OKLCH
oklch(0.738 0.128 297.1)CMYK
cmyk(26%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9975EC
2#7F53E7
3#6630E3
4#521CCF
5#4418AD
6#37138A
7#290E68
8#1B0945
9#0E0523
Tints
Lighter variations
1#BAA2F2
2#C2ACF4
3#C9B7F5
4#D1C1F7
5#D9CBF8
6#E0D6F9
7#E8E0FB
8#F0EAFC
9#F7F5FE
Tones
Muted variations
1#B49CEC
2#B6A1E8
3#B8A5E4
4#BAAADF
5#BBAEDB
6#BDB3D6
7#BFB7D2
8#C1BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C5 #D4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B398 #B398F1 | BordersInactive statesPlaceholder text |
| 400 | 8B62 #8B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6935 #6935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1B #4E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C0A #1C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F2FD;
--plum-100: #E8E0FB;
--plum-200: #D4C5F7;
--plum-300: #B398F1;
--plum-400: #8B62EA;
--plum-500: #6935E3;
--plum-600: #4E1BC5;
--plum-700: #3E159D;
--plum-800: #2C0F70;
--plum-900: #1C0A48;
--plum-950: #12062D;
}