Plum
#D495F3
PurpleColor Codes
All color formats for development
HEX
#D495F3RGB
rgb(212, 149, 243)HSL
hsl(280, 80%, 77%)OKLCH
oklch(0.765 0.146 314)CMYK
cmyk(13%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C672EF
2#B74FEB
3#A92BE7
4#9518D4
5#7C14B1
6#63108D
7#4B0C6A
8#320847
9#190423
Tints
Lighter variations
1#D8A0F4
2#DDABF6
3#E1B5F7
4#E5C0F8
5#E9CAF9
6#EED5FA
7#F2DFFB
8#F6EAFD
9#FBF4FE
Tones
Muted variations
1#D29AEF
2#D19FEA
3#CFA4E5
4#CEA8E1
5#CCADDC
6#CBB2D7
7#C9B6D2
8#C7BBCE
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D495 #D495F3 | BordersInactive statesPlaceholder text |
| 400 | BE5E #BE5EED | Disabled statesSecondary iconsMuted text |
| 500 | AB30 #AB30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E16 #8E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7112 #7112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510D #510D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3408 #340849 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F2DFFB;
--plum-200: #E7C3F8;
--plum-300: #D495F3;
--plum-400: #BE5EED;
--plum-500: #AB30E8;
--plum-600: #8E16CA;
--plum-700: #7112A1;
--plum-800: #510D73;
--plum-900: #340849;
--plum-950: #20052E;
}