Plum
#A394F4
BlueColor Codes
All color formats for development
HEX
#A394F4RGB
rgb(163, 148, 244)HSL
hsl(249, 81%, 77%)OKLCH
oklch(0.719 0.138 289.6)CMYK
cmyk(33%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8471F0
2#664EEC
3#472AE9
4#3316D5
5#2B13B2
6#220F8E
7#1A0B6B
8#110747
9#090424
Tints
Lighter variations
1#AC9FF5
2#B5AAF6
3#BFB5F7
4#C8BFF8
5#D1CAF9
6#DAD5FB
7#E3DFFC
8#EDEAFD
9#F6F4FE
Tones
Muted variations
1#A69AEF
2#AA9EEA
3#ADA3E6
4#B0A8E1
5#B4ADDC
6#B7B1D7
7#BAB6D3
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 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC3 #CBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A395 #A395F4 | BordersInactive statesPlaceholder text |
| 400 | 735D #735DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4B2F #4B2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3115 #3115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2711 #2711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0C #1C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #12084A | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F1FE;
--plum-100: #E3DFFC;
--plum-200: #CBC3F9;
--plum-300: #A395F4;
--plum-400: #735DEE;
--plum-500: #4B2FE9;
--plum-600: #3115CB;
--plum-700: #2711A2;
--plum-800: #1C0C73;
--plum-900: #12084A;
--plum-950: #0B052E;
}