Plum
#A596F3
BlueColor Codes
All color formats for development
HEX
#A596F3RGB
rgb(165, 150, 243)HSL
hsl(250, 79%, 77%)OKLCH
oklch(0.723 0.133 290.1)CMYK
cmyk(32%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8773EF
2#6A50EA
3#4C2DE6
4#3819D3
5#2E15B0
6#25108D
7#1C0C69
8#130846
9#090423
Tints
Lighter variations
1#AEA1F4
2#B7ABF5
3#C0B6F6
4#C9C0F8
5#D2CBF9
6#DBD5FA
7#E4E0FB
8#EDEAFD
9#F6F5FE
Tones
Muted variations
1#A99BEE
2#AC9FE9
3#AFA4E5
4#B2A9E0
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 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A596 #A596F3 | BordersInactive statesPlaceholder text |
| 400 | 775F #775FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5032 #5032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3518 #3518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A13 #2A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | 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: #CCC4F8;
--plum-300: #A596F3;
--plum-400: #775FEC;
--plum-500: #5032E7;
--plum-600: #3518C9;
--plum-700: #2A13A0;
--plum-800: #1E0D72;
--plum-900: #130949;
--plum-950: #0C052E;
}