Plum
#CA90F9
PurpleColor Codes
All color formats for development
HEX
#CA90F9RGB
rgb(202, 144, 249)HSL
hsl(273, 90%, 77%)OKLCH
oklch(0.749 0.157 308.5)CMYK
cmyk(19%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B86AF7
2#A645F5
3#9420F3
4#800CE0
5#6B0ABB
6#560895
7#400670
8#2B044B
9#150225
Tints
Lighter variations
1#CF9BFA
2#D4A6FA
3#DAB1FB
4#DFBCFB
5#E4C7FC
6#EAD2FD
7#EFDEFD
8#F4E9FE
9#FAF4FE
Tones
Muted variations
1#C995F4
2#C99AEF
3#C89FE9
4#C8A5E4
5#C7AADF
6#C6AFD9
7#C6B5D4
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 | CA90 #CA90F9 | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9725 #9725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0B #7A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6109 #6109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4506 #450679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C04 #2C044E | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | 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: #CA90F9;
--plum-400: #AE55F6;
--plum-500: #9725F4;
--plum-600: #7A0BD5;
--plum-700: #6109AA;
--plum-800: #450679;
--plum-900: #2C044E;
--plum-950: #1C0330;
}