Plum
#A995F4
BlueColor Codes
All color formats for development
HEX
#A995F4RGB
rgb(169, 149, 244)HSL
hsl(253, 81%, 77%)OKLCH
oklch(0.725 0.136 292.3)CMYK
cmyk(31%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D71F0
2#704EEC
3#532AE9
4#4016D5
5#3513B2
6#2A0F8E
7#200B6B
8#150747
9#0B0424
Tints
Lighter variations
1#B29FF5
2#BBAAF6
3#C3B5F7
4#CCBFF8
5#D4CAF9
6#DDD5FB
7#E5DFFC
8#EEEAFD
9#F6F4FE
Tones
Muted variations
1#AC9AEF
2#AF9EEA
3#B2A3E6
4#B4A8E1
5#B7ADDC
6#BAB1D7
7#BCB6D3
8#BFBBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A995 #A995F4 | BordersInactive statesPlaceholder text |
| 400 | 7D5D #7D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 582F #582FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D15 #3D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3011 #3011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220C #220C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #16084A | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E5DFFC;
--plum-200: #CFC3F9;
--plum-300: #A995F4;
--plum-400: #7D5DEE;
--plum-500: #582FE9;
--plum-600: #3D15CB;
--plum-700: #3011A2;
--plum-800: #220C73;
--plum-900: #16084A;
--plum-950: #0E052E;
}