Plum
#B695F3
PurpleColor Codes
All color formats for development
HEX
#B695F3RGB
rgb(182, 149, 243)HSL
hsl(261, 80%, 77%)OKLCH
oklch(0.736 0.136 299.2)CMYK
cmyk(25%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E72EF
2#864FEB
3#6D2BE7
4#5A18D4
5#4B14B1
6#3C108D
7#2D0C6A
8#1E0847
9#0F0423
Tints
Lighter variations
1#BEA0F4
2#C5ABF6
3#CCB5F7
4#D3C0F8
5#DBCAF9
6#E2D5FA
7#E9DFFB
8#F0EAFD
9#F8F4FE
Tones
Muted variations
1#B89AEF
2#B99FEA
3#BAA4E5
4#BCA8E1
5#BDADDC
6#BFB2D7
7#C0B6D2
8#C2BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F3 | BordersInactive statesPlaceholder text |
| 400 | 905E #905EED | Disabled statesSecondary iconsMuted text |
| 500 | 7130 #7130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5516 #5516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4412 #4412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300D #300D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F0849 | 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: #F6F1FD;
--plum-100: #E9DFFB;
--plum-200: #D6C3F8;
--plum-300: #B695F3;
--plum-400: #905EED;
--plum-500: #7130E8;
--plum-600: #5516CA;
--plum-700: #4412A1;
--plum-800: #300D73;
--plum-900: #1F0849;
--plum-950: #13052E;
}