Plum
#A68BFE
BlueColor Codes
All color formats for development
HEX
#A68BFERGB
rgb(166, 139, 254)HSL
hsl(254, 98%, 77%)OKLCH
oklch(0.71 0.164 292.5)CMYK
cmyk(35%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8864FD
2#6A3DFD
3#4C16FD
4#3802E9
5#2F02C2
6#25029C
7#1C0175
8#13014E
9#090027
Tints
Lighter variations
1#AF96FE
2#B8A2FE
3#C0AEFE
4#C9B9FE
5#D2C5FE
6#DBD1FF
7#E4DCFF
8#EDE8FF
9#F6F3FF
Tones
Muted variations
1#A991F8
2#AC96F2
3#AF9CED
4#B2A2E7
5#B5A8E1
6#B8ADDB
7#BBB3D6
8#BEB9D0
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68B #A68BFE | BordersInactive statesPlaceholder text |
| 400 | 774E #774EFD | Disabled statesSecondary iconsMuted text |
| 500 | 501C #501CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3602 #3602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B02 #2B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E01 #1E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1301 #130151 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E4DCFF;
--plum-200: #CDBDFE;
--plum-300: #A68BFE;
--plum-400: #774EFD;
--plum-500: #501CFD;
--plum-600: #3602DE;
--plum-700: #2B02B1;
--plum-800: #1E017E;
--plum-900: #130151;
--plum-950: #0C0132;
}