Plum
#A595F4
BlueColor Codes
All color formats for development
HEX
#A595F4RGB
rgb(165, 149, 244)HSL
hsl(250, 81%, 77%)OKLCH
oklch(0.722 0.136 290.3)CMYK
cmyk(32%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8671F0
2#684EEC
3#4A2AE9
4#3616D5
5#2D13B2
6#240F8E
7#1B0B6B
8#120747
9#090424
Tints
Lighter variations
1#AE9FF5
2#B7AAF6
3#C0B5F7
4#C9BFF8
5#D2CAF9
6#DBD5FB
7#E4DFFC
8#EDEAFD
9#F6F4FE
Tones
Muted variations
1#A89AEF
2#AB9EEA
3#AEA3E6
4#B1A8E1
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 | CCC3 #CCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F4 | BordersInactive statesPlaceholder text |
| 400 | 765D #765DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4E2F #4E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3415 #3415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2911 #2911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0C #1D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #13084A | 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: #CCC3F9;
--plum-300: #A595F4;
--plum-400: #765DEE;
--plum-500: #4E2FE9;
--plum-600: #3415CB;
--plum-700: #2911A2;
--plum-800: #1D0C73;
--plum-900: #13084A;
--plum-950: #0C052E;
}