Plum
#A695F4
BlueColor Codes
All color formats for development
HEX
#A695F4RGB
rgb(166, 149, 244)HSL
hsl(251, 81%, 77%)OKLCH
oklch(0.723 0.136 290.8)CMYK
cmyk(32%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8971F0
2#6B4EEC
3#4D2AE9
4#3916D5
5#3013B2
6#260F8E
7#1D0B6B
8#130747
9#0A0424
Tints
Lighter variations
1#AF9FF5
2#B8AAF6
3#C1B5F7
4#CABFF8
5#D3CAF9
6#DCD5FB
7#E4DFFC
8#EDEAFD
9#F6F4FE
Tones
Muted variations
1#A99AEF
2#AC9EEA
3#AFA3E6
4#B2A8E1
5#B5ADDC
6#B8B1D7
7#BBB6D3
8#BEBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC3 #CDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A695 #A695F4 | BordersInactive statesPlaceholder text |
| 400 | 785D #785DEE | Disabled statesSecondary iconsMuted text |
| 500 | 512F #512FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3715 #3715CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B11 #2B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0C #1F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1408 #14084A | 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: #F3F1FE;
--plum-100: #E4DFFC;
--plum-200: #CDC3F9;
--plum-300: #A695F4;
--plum-400: #785DEE;
--plum-500: #512FE9;
--plum-600: #3715CB;
--plum-700: #2B11A2;
--plum-800: #1F0C73;
--plum-900: #14084A;
--plum-950: #0C052E;
}