Plum
#A994F5
BlueColor Codes
All color formats for development
HEX
#A994F5RGB
rgb(169, 148, 245)HSL
hsl(253, 83%, 77%)OKLCH
oklch(0.724 0.139 292.5)CMYK
cmyk(31%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C70F2
2#6F4CEE
3#5228EB
4#3E14D8
5#3411B4
6#2A0D90
7#1F0A6C
8#150748
9#0A0324
Tints
Lighter variations
1#B19EF6
2#BAA9F7
3#C3B4F8
4#CBBFF9
5#D4C9FA
6#DDD4FB
7#E5DFFC
8#EEEAFD
9#F6F4FE
Tones
Muted variations
1#AC99F0
2#AE9DEB
3#B1A2E6
4#B4A7E2
5#B7ACDD
6#B9B1D8
7#BCB6D3
8#BFBBCE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC2 #CEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A994 #A994F5 | BordersInactive statesPlaceholder text |
| 400 | 7C5C #7C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 562D #562DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B13 #3B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0F #2F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220B #220B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1607 #16074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E5DEFC;
--plum-200: #CEC2F9;
--plum-300: #A994F5;
--plum-400: #7C5CF0;
--plum-500: #562DEB;
--plum-600: #3B13CD;
--plum-700: #2F0FA3;
--plum-800: #220B75;
--plum-900: #16074B;
--plum-950: #0E042F;
}