Plum
#CF90F9
PurpleColor Codes
All color formats for development
HEX
#CF90F9RGB
rgb(207, 144, 249)HSL
hsl(276, 90%, 77%)OKLCH
oklch(0.754 0.159 310.7)CMYK
cmyk(17%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF6AF7
2#AF45F5
3#9F20F3
4#8B0CE0
5#740ABB
6#5D0895
7#460670
8#2E044B
9#170225
Tints
Lighter variations
1#D49BFA
2#D9A6FA
3#DDB1FB
4#E2BCFB
5#E7C7FC
6#ECD2FD
7#F1DEFD
8#F5E9FE
9#FAF4FE
Tones
Muted variations
1#CE95F4
2#CD9AEF
3#CC9FE9
4#CBA5E4
5#CAAADF
6#C9AFD9
7#C8B5D4
8#C6BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C0 #E4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CF90 #CF90F9 | BordersInactive statesPlaceholder text |
| 400 | B655 #B655F6 | Disabled statesSecondary iconsMuted text |
| 500 | A125 #A125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840B #840BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6909 #6909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B06 #4B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3004 #30044E | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F0FE;
--plum-100: #F0DDFD;
--plum-200: #E4C0FC;
--plum-300: #CF90F9;
--plum-400: #B655F6;
--plum-500: #A125F4;
--plum-600: #840BD5;
--plum-700: #6909AA;
--plum-800: #4B0679;
--plum-900: #30044E;
--plum-950: #1E0330;
}