Plum
#B88FFA
PurpleColor Codes
All color formats for development
HEX
#B88FFARGB
rgb(184, 143, 250)HSL
hsl(263, 91%, 77%)OKLCH
oklch(0.731 0.155 300.3)CMYK
cmyk(26%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A069F8
2#8844F6
3#701EF4
4#5D0BE1
5#4D09BC
6#3E0796
7#2E0571
8#1F044B
9#0F0226
Tints
Lighter variations
1#BF9AFA
2#C6A5FB
3#CDB1FB
4#D4BCFC
5#DBC7FC
6#E3D2FD
7#EADDFD
8#F1E9FE
9#F8F4FE
Tones
Muted variations
1#B994F4
2#BA9AEF
3#BC9FEA
4#BDA4E4
5#BEAADF
6#BFAFDA
7#C1B4D4
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 #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88F #B88FFA | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7424 #7424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 580A #580AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4608 #4608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #32067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | 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: #E9DDFD;
--plum-200: #D7C0FC;
--plum-300: #B88FFA;
--plum-400: #9355F7;
--plum-500: #7424F5;
--plum-600: #580AD6;
--plum-700: #4608AA;
--plum-800: #32067A;
--plum-900: #20044E;
--plum-950: #140231;
}