Plum
#B394F4
PurpleColor Codes
All color formats for development
HEX
#B394F4RGB
rgb(179, 148, 244)HSL
hsl(259, 81%, 77%)OKLCH
oklch(0.732 0.139 297.8)CMYK
cmyk(27%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9971F0
2#804EEC
3#672AE9
4#5316D5
5#4513B2
6#370F8E
7#290B6B
8#1C0747
9#0E0424
Tints
Lighter variations
1#BB9FF5
2#C2AAF6
3#CAB5F7
4#D1BFF8
5#D9CAF9
6#E1D5FB
7#E8DFFC
8#F0EAFD
9#F7F4FE
Tones
Muted variations
1#B59AEF
2#B69EEA
3#B8A3E6
4#BAA8E1
5#BCADDC
6#BDB1D7
7#BFB6D3
8#C1BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C3 #D4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F4 | BordersInactive statesPlaceholder text |
| 400 | 8B5D #8B5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6A2F #6A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F15 #4F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F11 #3F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0C #2D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D084A | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E8DFFC;
--plum-200: #D4C3F9;
--plum-300: #B395F4;
--plum-400: #8B5DEE;
--plum-500: #6A2FE9;
--plum-600: #4F15CB;
--plum-700: #3F11A2;
--plum-800: #2D0C73;
--plum-900: #1D084A;
--plum-950: #12052E;
}