Plum
#B394F5
PurpleColor Codes
All color formats for development
HEX
#B394F5RGB
rgb(179, 148, 245)HSL
hsl(259, 83%, 77%)OKLCH
oklch(0.733 0.14 297.6)CMYK
cmyk(27%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9970F2
2#7F4CEE
3#6628EB
4#5214D8
5#4411B4
6#370D90
7#290A6C
8#1B0748
9#0E0324
Tints
Lighter variations
1#BA9EF6
2#C2A9F7
3#C9B4F8
4#D1BFF9
5#D9C9FA
6#E0D4FB
7#E8DFFC
8#F0EAFD
9#F7F4FE
Tones
Muted variations
1#B499F0
2#B69DEB
3#B8A2E6
4#BAA7E2
5#BBACDD
6#BDB1D8
7#BFB6D3
8#C1BBCE
9#C3BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B394 #B394F5 | BordersInactive statesPlaceholder text |
| 400 | 8B5C #8B5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 692D #692DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E13 #4E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0F #3E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0B #2C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E8DEFC;
--plum-200: #D4C2F9;
--plum-300: #B394F5;
--plum-400: #8B5CF0;
--plum-500: #692DEB;
--plum-600: #4E13CD;
--plum-700: #3E0FA3;
--plum-800: #2C0B75;
--plum-900: #1C074B;
--plum-950: #12042F;
}