Plum
#A99AEF
BlueColor Codes
All color formats for development
HEX
#A99AEFRGB
rgb(169, 154, 239)HSL
hsl(251, 73%, 77%)OKLCH
oklch(0.732 0.122 291.2)CMYK
cmyk(29%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D78EA
2#7056E5
3#5334DF
4#3F20CC
5#351BAA
6#2A1588
7#201066
8#150B44
9#0B0522
Tints
Lighter variations
1#B2A4F1
2#BAAEF2
3#C3B8F4
4#CCC2F5
5#D4CCF7
6#DDD6F9
7#E5E1FA
8#EEEBFC
9#F6F5FD
Tones
Muted variations
1#AC9EEB
2#AFA2E7
3#B1A6E2
4#B4ABDE
5#B7AFDA
6#BAB3D5
7#BCB8D1
8#BFBCCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC6 #CFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A99A #A99AEF | BordersInactive statesPlaceholder text |
| 400 | 7C65 #7C65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 5738 #5738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C1E #3C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3018 #30189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2211 #22116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 160B #160B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0E07 #0E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F2FD;
--plum-100: #E5E0FA;
--plum-200: #CFC6F6;
--plum-300: #A99AEF;
--plum-400: #7C65E7;
--plum-500: #5738E0;
--plum-600: #3C1EC2;
--plum-700: #30189A;
--plum-800: #22116E;
--plum-900: #160B47;
--plum-950: #0E072C;
}