Plum
#A68FFA
BlueColor Codes
All color formats for development
HEX
#A68FFARGB
rgb(166, 143, 250)HSL
hsl(253, 91%, 77%)OKLCH
oklch(0.715 0.153 291.9)CMYK
cmyk(34%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8869F8
2#6B44F6
3#4D1EF4
4#390BE1
5#3009BC
6#260796
7#1D0571
8#13044B
9#0A0226
Tints
Lighter variations
1#AF9AFA
2#B8A5FB
3#C1B1FB
4#CABCFC
5#D3C7FC
6#DBD2FD
7#E4DDFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#A994F4
2#AC9AEF
3#AF9FEA
4#B2A4E4
5#B5AADF
6#B8AFDA
7#BBB4D4
8#BEBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68F #A68FFA | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5124 #5124F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 360A #360AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B08 #2B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E4DDFD;
--plum-200: #CDC0FC;
--plum-300: #A68FFA;
--plum-400: #7855F7;
--plum-500: #5124F5;
--plum-600: #360AD6;
--plum-700: #2B08AA;
--plum-800: #1F067A;
--plum-900: #14044E;
--plum-950: #0C0231;
}