Plum
#B695F4
PurpleColor Codes
All color formats for development
HEX
#B695F4RGB
rgb(182, 149, 244)HSL
hsl(261, 81%, 77%)OKLCH
oklch(0.737 0.138 299)CMYK
cmyk(25%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E71F0
2#854EEC
3#6D2AE9
4#5916D5
5#4A13B2
6#3B0F8E
7#2D0B6B
8#1E0747
9#0F0424
Tints
Lighter variations
1#BD9FF5
2#C5AAF6
3#CCB5F7
4#D3BFF8
5#DBCAF9
6#E2D5FB
7#E9DFFC
8#F0EAFD
9#F8F4FE
Tones
Muted variations
1#B89AEF
2#B99EEA
3#BAA3E6
4#BCA8E1
5#BDADDC
6#BFB1D7
7#C0B6D3
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 | E9DF #E9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F4 | BordersInactive statesPlaceholder text |
| 400 | 905D #905DEE | Disabled statesSecondary iconsMuted text |
| 500 | 702F #702FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5515 #5515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4411 #4411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300C #300C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F084A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E9DFFC;
--plum-200: #D6C3F9;
--plum-300: #B695F4;
--plum-400: #905DEE;
--plum-500: #702FE9;
--plum-600: #5515CB;
--plum-700: #4411A2;
--plum-800: #300C73;
--plum-900: #1F084A;
--plum-950: #13052E;
}