Plum
#A495F3
BlueColor Codes
All color formats for development
HEX
#A495F3RGB
rgb(164, 149, 243)HSL
hsl(250, 80%, 77%)OKLCH
oklch(0.721 0.135 289.9)CMYK
cmyk(33%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8772EF
2#694FEB
3#4B2BE7
4#3718D4
5#2E14B1
6#25108D
7#1B0C6A
8#120847
9#090423
Tints
Lighter variations
1#AEA0F4
2#B7ABF6
3#C0B5F7
4#C9C0F8
5#D2CAF9
6#DBD5FA
7#E4DFFB
8#EDEAFD
9#F6F4FE
Tones
Muted variations
1#A89AEF
2#AB9FEA
3#AEA4E5
4#B2A8E1
5#B5ADDC
6#B8B2D7
7#BBB6D2
8#BEBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F3 | BordersInactive statesPlaceholder text |
| 400 | 765E #765EED | Disabled statesSecondary iconsMuted text |
| 500 | 4F30 #4F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3416 #3416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A12 #2A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #130849 | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F1FD;
--plum-100: #E4DFFB;
--plum-200: #CCC3F8;
--plum-300: #A595F3;
--plum-400: #765EED;
--plum-500: #4F30E8;
--plum-600: #3416CA;
--plum-700: #2A12A1;
--plum-800: #1E0D73;
--plum-900: #130849;
--plum-950: #0C052E;
}