Plum
#B895F3
PurpleColor Codes
All color formats for development
HEX
#B895F3RGB
rgb(184, 149, 243)HSL
hsl(262, 80%, 77%)OKLCH
oklch(0.738 0.137 300.2)CMYK
cmyk(24%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A072EF
2#884FEB
3#702BE7
4#5D18D4
5#4D14B1
6#3E108D
7#2E0C6A
8#1F0847
9#0F0423
Tints
Lighter variations
1#BFA0F4
2#C6ABF6
3#CDB5F7
4#D4C0F8
5#DBCAF9
6#E3D5FA
7#EADFFB
8#F1EAFD
9#F8F4FE
Tones
Muted variations
1#B99AEF
2#BA9FEA
3#BCA4E5
4#BDA8E1
5#BEADDC
6#BFB2D7
7#C1B6D2
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 | D7C3 #D7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B895 #B895F3 | BordersInactive statesPlaceholder text |
| 400 | 935E #935EED | Disabled statesSecondary iconsMuted text |
| 500 | 7430 #7430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5816 #5816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4612 #4612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2008 #200849 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FD;
--plum-100: #E9DFFB;
--plum-200: #D7C3F8;
--plum-300: #B895F3;
--plum-400: #935EED;
--plum-500: #7430E8;
--plum-600: #5816CA;
--plum-700: #4612A1;
--plum-800: #320D73;
--plum-900: #200849;
--plum-950: #14052E;
}