Plum
#B88EFA
PurpleColor Codes
All color formats for development
HEX
#B88EFARGB
rgb(184, 142, 250)HSL
hsl(263, 92%, 77%)OKLCH
oklch(0.729 0.157 300.5)CMYK
cmyk(26%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A069F9
2#8843F7
3#701DF6
4#5D09E2
5#4D08BC
6#3E0697
7#2E0571
8#1F034B
9#0F0226
Tints
Lighter variations
1#BF9AFB
2#C6A5FB
3#CDB0FC
4#D4BBFC
5#DBC7FD
6#E3D2FD
7#EADDFE
8#F1E8FE
9#F8F4FF
Tones
Muted variations
1#B994F5
2#BA99F0
3#BC9FEA
4#BDA4E5
5#BEA9DF
6#BFAFDA
7#C1B4D5
8#C2BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFA | BordersInactive statesPlaceholder text |
| 400 | 9354 #9354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7423 #7423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5809 #5809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4607 #4607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3205 #32057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #E9DDFE;
--plum-200: #D7BFFC;
--plum-300: #B88EFA;
--plum-400: #9354F8;
--plum-500: #7423F6;
--plum-600: #5809D7;
--plum-700: #4607AB;
--plum-800: #32057A;
--plum-900: #20034E;
--plum-950: #140231;
}