Plum
#D695F3
PurpleColor Codes
All color formats for development
HEX
#D695F3RGB
rgb(214, 149, 243)HSL
hsl(281, 80%, 77%)OKLCH
oklch(0.767 0.147 314.9)CMYK
cmyk(12%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C872EF
2#BA4FEB
3#AC2BE7
4#9818D4
5#7F14B1
6#66108D
7#4C0C6A
8#330847
9#190423
Tints
Lighter variations
1#DAA0F4
2#DEABF6
3#E2B5F7
4#E6C0F8
5#EACAF9
6#EED5FA
7#F3DFFB
8#F7EAFD
9#FBF4FE
Tones
Muted variations
1#D49AEF
2#D29FEA
3#D0A4E5
4#CFA8E1
5#CDADDC
6#CBB2D7
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 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D695 #D695F3 | BordersInactive statesPlaceholder text |
| 400 | C05E #C05EED | Disabled statesSecondary iconsMuted text |
| 500 | AE30 #AE30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9116 #9116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7312 #7312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520D #520D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3508 #350849 | Primary textHigh emphasis contentDark headings |
| 950 | 2105 #21052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FD;
--plum-100: #F2DFFB;
--plum-200: #E8C3F8;
--plum-300: #D695F3;
--plum-400: #C05EED;
--plum-500: #AE30E8;
--plum-600: #9116CA;
--plum-700: #7312A1;
--plum-800: #520D73;
--plum-900: #350849;
--plum-950: #21052E;
}