Plum
#D795F3
PurpleColor Codes
All color formats for development
HEX
#D795F3RGB
rgb(215, 149, 243)HSL
hsl(282, 80%, 77%)OKLCH
oklch(0.768 0.147 315.4)CMYK
cmyk(12%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA72EF
2#BC4FEB
3#AF2BE7
4#9C18D4
5#8214B1
6#68108D
7#4E0C6A
8#340847
9#1A0423
Tints
Lighter variations
1#DBA0F4
2#DFABF6
3#E3B5F7
4#E7C0F8
5#EBCAF9
6#EFD5FA
7#F3DFFB
8#F7EAFD
9#FBF4FE
Tones
Muted variations
1#D59AEF
2#D39FEA
3#D1A4E5
4#D0A8E1
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 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D795 #D795F3 | BordersInactive statesPlaceholder text |
| 400 | C25E #C25EED | Disabled statesSecondary iconsMuted text |
| 500 | B130 #B130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9416 #9416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7612 #7612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3608 #360849 | 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: #E8C3F8;
--plum-300: #D795F3;
--plum-400: #C25EED;
--plum-500: #B130E8;
--plum-600: #9416CA;
--plum-700: #7612A1;
--plum-800: #540D73;
--plum-900: #360849;
--plum-950: #22052E;
}