Plum
#A78EFB
BlueColor Codes
All color formats for development
HEX
#A78EFBRGB
rgb(167, 142, 251)HSL
hsl(254, 93%, 77%)OKLCH
oklch(0.715 0.156 292.6)CMYK
cmyk(33%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A68FA
2#6D42F8
3#4F1CF7
4#3B08E3
5#3107BD
6#280598
7#1E0472
8#14034C
9#0A0126
Tints
Lighter variations
1#B099FB
2#B9A4FC
3#C2B0FC
4#CABBFD
5#D3C6FD
6#DCD2FD
7#E5DDFE
8#EDE8FE
9#F6F4FF
Tones
Muted variations
1#AA93F5
2#AD99F0
3#B09EEB
4#B3A4E5
5#B6A9E0
6#B9AFDA
7#BCB4D5
8#BFB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78E #A78EFB | BordersInactive statesPlaceholder text |
| 400 | 7953 #7953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5322 #5322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3908 #3908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D06 #2D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E4DDFE;
--plum-200: #CDBFFD;
--plum-300: #A78EFB;
--plum-400: #7953F9;
--plum-500: #5322F7;
--plum-600: #3908D9;
--plum-700: #2D06AC;
--plum-800: #20047B;
--plum-900: #15034F;
--plum-950: #0D0231;
}