Plum
#A68CFD
BlueColor Codes
All color formats for development
HEX
#A68CFDRGB
rgb(166, 140, 253)HSL
hsl(254, 97%, 77%)OKLCH
oklch(0.711 0.162 292.4)CMYK
cmyk(34%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8865FD
2#6A3EFC
3#4D17FB
4#3904E8
5#2F03C1
6#26029B
7#1C0274
8#13014D
9#090127
Tints
Lighter variations
1#AF97FD
2#B8A3FE
3#C1AEFE
4#CABAFE
5#D3C5FE
6#DBD1FE
7#E4DCFE
8#EDE8FF
9#F6F3FF
Tones
Muted variations
1#A991F8
2#AC97F2
3#AF9DEC
4#B2A2E6
5#B5A8E1
6#B8AEDB
7#BBB3D5
8#BEB9D0
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBE #CDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68B #A68BFD | BordersInactive statesPlaceholder text |
| 400 | 784F #784FFC | Disabled statesSecondary iconsMuted text |
| 500 | 511D #511DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3603 #3603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B03 #2B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F02 #1F027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1401 #140150 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E4DCFE;
--plum-200: #CDBEFE;
--plum-300: #A68BFD;
--plum-400: #784FFC;
--plum-500: #511DFC;
--plum-600: #3603DD;
--plum-700: #2B03B0;
--plum-800: #1F027E;
--plum-900: #140150;
--plum-950: #0C0132;
}