Plum
#B095F4
PurpleColor Codes
All color formats for development
HEX
#B095F4RGB
rgb(176, 149, 244)HSL
hsl(257, 81%, 77%)OKLCH
oklch(0.731 0.137 295.9)CMYK
cmyk(28%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9571F0
2#7B4EEC
3#602AE9
4#4C16D5
5#4013B2
6#330F8E
7#260B6B
8#190747
9#0D0424
Tints
Lighter variations
1#B89FF5
2#C0AAF6
3#C8B5F7
4#CFBFF8
5#D7CAF9
6#DFD5FB
7#E7DFFC
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#B29AEF
2#B49EEA
3#B6A3E6
4#B8A8E1
5#BAADDC
6#BCB1D7
7#BEB6D3
8#C0BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C3 #D2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B095 #B095F4 | BordersInactive statesPlaceholder text |
| 400 | 865D #865DEE | Disabled statesSecondary iconsMuted text |
| 500 | 642F #642FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4915 #4915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A11 #3A11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290C #290C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A08 #1A084A | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E7DFFC;
--plum-200: #D2C3F9;
--plum-300: #B095F4;
--plum-400: #865DEE;
--plum-500: #642FE9;
--plum-600: #4915CB;
--plum-700: #3A11A2;
--plum-800: #290C73;
--plum-900: #1A084A;
--plum-950: #11052E;
}