Plum
#B590F9
PurpleColor Codes
All color formats for development
HEX
#B590F9RGB
rgb(181, 144, 249)HSL
hsl(261, 90%, 77%)OKLCH
oklch(0.73 0.152 298.8)CMYK
cmyk(27%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C6AF7
2#8345F5
3#6A20F3
4#560CE0
5#480ABB
6#390895
7#2B0670
8#1D044B
9#0E0225
Tints
Lighter variations
1#BC9BFA
2#C3A6FA
3#CBB1FB
4#D2BCFB
5#DAC7FC
6#E1D2FD
7#E9DEFD
8#F0E9FE
9#F8F4FE
Tones
Muted variations
1#B695F4
2#B89AEF
3#B99FE9
4#BBA5E4
5#BCAADF
6#BEAFD9
7#C0B5D4
8#C1BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C0 #D5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B590 #B590F9 | BordersInactive statesPlaceholder text |
| 400 | 8E55 #8E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6D25 #6D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520B #520BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4109 #4109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F06 #2F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FE;
--plum-100: #E8DDFD;
--plum-200: #D5C0FC;
--plum-300: #B590F9;
--plum-400: #8E55F6;
--plum-500: #6D25F4;
--plum-600: #520BD5;
--plum-700: #4109AA;
--plum-800: #2F0679;
--plum-900: #1E044E;
--plum-950: #130330;
}