Plum
#A48CFD
BlueColor Codes
All color formats for development
HEX
#A48CFDRGB
rgb(164, 140, 253)HSL
hsl(253, 97%, 77%)OKLCH
oklch(0.71 0.161 291.5)CMYK
cmyk(35%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8665FD
2#673EFC
3#4917FB
4#3504E8
5#2C03C1
6#23029B
7#1B0274
8#12014D
9#090127
Tints
Lighter variations
1#AD97FD
2#B6A3FE
3#BFAEFE
4#C8BAFE
5#D2C5FE
6#DBD1FE
7#E4DCFE
8#EDE8FF
9#F6F3FF
Tones
Muted variations
1#A791F8
2#AB97F2
3#AE9DEC
4#B1A2E6
5#B4A8E1
6#B7AEDB
7#BBB3D5
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 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBE #CCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFD | BordersInactive statesPlaceholder text |
| 400 | 754F #754FFC | Disabled statesSecondary iconsMuted text |
| 500 | 4D1D #4D1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3303 #3303DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2803 #2803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D02 #1D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120150 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E3DCFE;
--plum-200: #CCBEFE;
--plum-300: #A48BFD;
--plum-400: #754FFC;
--plum-500: #4D1DFC;
--plum-600: #3303DD;
--plum-700: #2803B0;
--plum-800: #1D027E;
--plum-900: #120150;
--plum-950: #0B0132;
}