Plum
#CF96F3
PurpleColor Codes
All color formats for development
HEX
#CF96F3RGB
rgb(207, 150, 243)HSL
hsl(277, 79%, 77%)OKLCH
oklch(0.761 0.142 311.5)CMYK
cmyk(15%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF73EF
2#AF50EA
3#9F2DE6
4#8C19D3
5#7415B0
6#5D108D
7#460C69
8#2F0846
9#170423
Tints
Lighter variations
1#D4A1F4
2#D9ABF5
3#DEB6F6
4#E2C0F8
5#E7CBF9
6#ECD5FA
7#F1E0FB
8#F5EAFD
9#FAF5FE
Tones
Muted variations
1#CE9BEE
2#CD9FE9
3#CCA4E5
4#CBA9E0
5#CAADDC
6#C9B2D7
7#C8B6D2
8#C7BBCE
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF96 #CF96F3 | BordersInactive statesPlaceholder text |
| 400 | B65F #B65FEC | Disabled statesSecondary iconsMuted text |
| 500 | A132 #A132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8518 #8518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A13 #6A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0D #4C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F0DFFB;
--plum-200: #E4C4F8;
--plum-300: #CF96F3;
--plum-400: #B65FEC;
--plum-500: #A132E7;
--plum-600: #8518C9;
--plum-700: #6A13A0;
--plum-800: #4C0D72;
--plum-900: #300949;
--plum-950: #1E052E;
}