Plum
#B194F5
PurpleColor Codes
All color formats for development
HEX
#B194F5RGB
rgb(177, 148, 245)HSL
hsl(258, 83%, 77%)OKLCH
oklch(0.731 0.14 296.6)CMYK
cmyk(28%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9770F2
2#7D4CEE
3#6228EB
4#4F14D8
5#4211B4
6#340D90
7#270A6C
8#1A0748
9#0D0324
Tints
Lighter variations
1#B99EF6
2#C1A9F7
3#C8B4F8
4#D0BFF9
5#D8C9FA
6#E0D4FB
7#E8DFFC
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#B399F0
2#B59DEB
3#B7A2E6
4#B9A7E2
5#BBACDD
6#BDB1D8
7#BFB6D3
8#C0BBCE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B194 #B194F5 | BordersInactive statesPlaceholder text |
| 400 | 885C #885CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 662D #662DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B13 #4B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0F #3C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0B #2B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E7DEFC;
--plum-200: #D3C2F9;
--plum-300: #B194F5;
--plum-400: #885CF0;
--plum-500: #662DEB;
--plum-600: #4B13CD;
--plum-700: #3C0FA3;
--plum-800: #2B0B75;
--plum-900: #1B074B;
--plum-950: #11042F;
}