Plum
#CA8EFA
PurpleColor Codes
All color formats for development
HEX
#CA8EFARGB
rgb(202, 142, 250)HSL
hsl(273, 92%, 77%)OKLCH
oklch(0.747 0.161 308.6)CMYK
cmyk(19%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B869F9
2#A643F7
3#941DF6
4#8109E2
5#6B08BC
6#560697
7#400571
8#2B034B
9#150226
Tints
Lighter variations
1#CF9AFB
2#D4A5FB
3#DAB0FC
4#DFBBFC
5#E4C7FD
6#EAD2FD
7#EFDDFE
8#F4E8FE
9#FAF4FF
Tones
Muted variations
1#C994F5
2#C999F0
3#C89FEA
4#C8A4E5
5#C7A9DF
6#C7AFDA
7#C6B4D5
8#C5BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFA | BordersInactive statesPlaceholder text |
| 400 | AE54 #AE54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9723 #9723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B09 #7B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6107 #6107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4605 #46057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FE;
--plum-100: #EFDDFE;
--plum-200: #E1BFFC;
--plum-300: #CA8EFA;
--plum-400: #AE54F8;
--plum-500: #9723F6;
--plum-600: #7B09D7;
--plum-700: #6107AB;
--plum-800: #46057A;
--plum-900: #2D034E;
--plum-950: #1C0231;
}