Plum
#B498F1
PurpleColor Codes
All color formats for development
HEX
#B498F1RGB
rgb(180, 152, 241)HSL
hsl(259, 76%, 77%)OKLCH
oklch(0.739 0.129 297.7)CMYK
cmyk(25%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B75EC
2#8253E7
3#6930E3
4#551CCF
5#4718AD
6#39138A
7#2A0E68
8#1C0945
9#0E0523
Tints
Lighter variations
1#BCA2F2
2#C3ACF4
3#CBB7F5
4#D2C1F7
5#DACBF8
6#E1D6F9
7#E9E0FB
8#F0EAFC
9#F8F5FE
Tones
Muted variations
1#B69CEC
2#B7A1E8
3#B9A5E4
4#BBAADF
5#BCAEDB
6#BEB3D6
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 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B498 #B498F1 | BordersInactive statesPlaceholder text |
| 400 | 8D62 #8D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6C35 #6C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 511B #511BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4015 #40159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0F #2E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D0A #1D0A48 | 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: #D5C5F7;
--plum-300: #B498F1;
--plum-400: #8D62EA;
--plum-500: #6C35E3;
--plum-600: #511BC5;
--plum-700: #40159D;
--plum-800: #2E0F70;
--plum-900: #1D0A48;
--plum-950: #12062D;
}