Plum
#D796F3
PurpleColor Codes
All color formats for development
HEX
#D796F3RGB
rgb(215, 150, 243)HSL
hsl(282, 79%, 77%)OKLCH
oklch(0.769 0.145 315.2)CMYK
cmyk(12%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C973EF
2#BC50EA
3#AF2DE6
4#9B19D3
5#8115B0
6#67108D
7#4E0C69
8#340846
9#1A0423
Tints
Lighter variations
1#DBA1F4
2#DFABF5
3#E3B6F6
4#E7C0F8
5#EBCBF9
6#EFD5FA
7#F3E0FB
8#F7EAFD
9#FBF5FE
Tones
Muted variations
1#D59BEE
2#D39FE9
3#D1A4E5
4#CFA9E0
5#CEADDC
6#CCB2D7
7#CAB6D2
8#C8BBCE
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D796 #D796F3 | BordersInactive statesPlaceholder text |
| 400 | C25F #C25FEC | Disabled statesSecondary iconsMuted text |
| 500 | B132 #B132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9418 #9418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7513 #7513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3609 #360949 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FD;
--plum-100: #F3DFFB;
--plum-200: #E8C4F8;
--plum-300: #D796F3;
--plum-400: #C25FEC;
--plum-500: #B132E7;
--plum-600: #9418C9;
--plum-700: #7513A0;
--plum-800: #540D72;
--plum-900: #360949;
--plum-950: #22052E;
}