Plum
#A68EFA
BlueColor Codes
All color formats for development
HEX
#A68EFARGB
rgb(166, 142, 250)HSL
hsl(253, 92%, 77%)OKLCH
oklch(0.713 0.155 292.2)CMYK
cmyk(34%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8869F9
2#6A43F7
3#4C1DF6
4#3809E2
5#2F08BC
6#260697
7#1C0571
8#13034B
9#090226
Tints
Lighter variations
1#AF9AFB
2#B8A5FB
3#C1B0FC
4#C9BBFC
5#D2C7FD
6#DBD2FD
7#E4DDFE
8#EDE8FE
9#F6F4FF
Tones
Muted variations
1#A994F5
2#AC99F0
3#AF9FEA
4#B2A4E5
5#B5A9DF
6#B8AFDA
7#BBB4D5
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 #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68E #A68EFA | BordersInactive statesPlaceholder text |
| 400 | 7754 #7754F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5023 #5023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3609 #3609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B07 #2B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F05 #1F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1403 #14034E | 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: #E4DDFE;
--plum-200: #CDBFFC;
--plum-300: #A68EFA;
--plum-400: #7754F8;
--plum-500: #5023F6;
--plum-600: #3609D7;
--plum-700: #2B07AB;
--plum-800: #1F057A;
--plum-900: #14034E;
--plum-950: #0C0231;
}