Plum
#A48EFB
BlueColor Codes
All color formats for development
HEX
#A48EFBRGB
rgb(164, 142, 251)HSL
hsl(252, 93%, 77%)OKLCH
oklch(0.712 0.156 291.2)CMYK
cmyk(35%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8568FA
2#6642F8
3#481CF7
4#3408E3
5#2B07BD
6#230598
7#1A0472
8#11034C
9#090126
Tints
Lighter variations
1#AD99FB
2#B6A4FC
3#BFB0FC
4#C8BBFD
5#D1C6FD
6#DAD2FD
7#E4DDFE
8#EDE8FE
9#F6F4FF
Tones
Muted variations
1#A793F5
2#AA99F0
3#AD9EEB
4#B1A4E5
5#B4A9E0
6#B7AFDA
7#BBB4D5
8#BEB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A48E #A48EFB | BordersInactive statesPlaceholder text |
| 400 | 7453 #7453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4C22 #4C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3208 #3208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2706 #2706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1203 #12034F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E3DDFE;
--plum-200: #CBBFFD;
--plum-300: #A48EFB;
--plum-400: #7453F9;
--plum-500: #4C22F7;
--plum-600: #3208D9;
--plum-700: #2706AC;
--plum-800: #1C047B;
--plum-900: #12034F;
--plum-950: #0B0231;
}