Plum
#CD90F9
PurpleColor Codes
All color formats for development
HEX
#CD90F9RGB
rgb(205, 144, 249)HSL
hsl(275, 90%, 77%)OKLCH
oklch(0.752 0.158 309.8)CMYK
cmyk(18%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC6AF7
2#AC45F5
3#9B20F3
4#870CE0
5#710ABB
6#5A0895
7#440670
8#2D044B
9#170225
Tints
Lighter variations
1#D29BFA
2#D7A6FA
3#DCB1FB
4#E1BCFB
5#E6C7FC
6#EBD2FD
7#F0DEFD
8#F5E9FE
9#FAF4FE
Tones
Muted variations
1#CC95F4
2#CB9AEF
3#CB9FE9
4#CAA5E4
5#C9AADF
6#C8AFD9
7#C7B5D4
8#C6BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD90 #CD90F9 | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9D25 #9D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810B #810BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6709 #6709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #490679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FE;
--plum-100: #F0DDFD;
--plum-200: #E3C0FC;
--plum-300: #CD90F9;
--plum-400: #B355F6;
--plum-500: #9D25F4;
--plum-600: #810BD5;
--plum-700: #6709AA;
--plum-800: #490679;
--plum-900: #2F044E;
--plum-950: #1D0330;
}