Plum
#CA8FFA
PurpleColor Codes
All color formats for development
HEX
#CA8FFARGB
rgb(202, 143, 250)HSL
hsl(273, 91%, 77%)OKLCH
oklch(0.748 0.16 308.4)CMYK
cmyk(19%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B869F8
2#A644F6
3#941EF4
4#810BE1
5#6B09BC
6#560796
7#400571
8#2B044B
9#150226
Tints
Lighter variations
1#CF9AFA
2#D4A5FB
3#DAB1FB
4#DFBCFC
5#E4C7FC
6#EAD2FD
7#EFDDFD
8#F4E9FE
9#FAF4FE
Tones
Muted variations
1#C994F4
2#C99AEF
3#C89FEA
4#C8A4E4
5#C7AADF
6#C6AFDA
7#C6B4D4
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 #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8F #CA8FFA | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9724 #9724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0A #7A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6108 #6108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4606 #46067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D04 #2D044E | 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: #EFDDFD;
--plum-200: #E1C0FC;
--plum-300: #CA8FFA;
--plum-400: #AE55F7;
--plum-500: #9724F5;
--plum-600: #7A0AD6;
--plum-700: #6108AA;
--plum-800: #46067A;
--plum-900: #2D044E;
--plum-950: #1C0231;
}