Plum
#C495F3
PurpleColor Codes
All color formats for development
HEX
#C495F3RGB
rgb(196, 149, 243)HSL
hsl(270, 80%, 77%)OKLCH
oklch(0.749 0.14 306.3)CMYK
cmyk(19%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B172EF
2#9D4FEB
3#892BE7
4#7618D4
5#6214B1
6#4F108D
7#3B0C6A
8#270847
9#140423
Tints
Lighter variations
1#CAA0F4
2#D0ABF6
3#D6B5F7
4#DCC0F8
5#E2CAF9
6#E8D5FA
7#EDDFFB
8#F3EAFD
9#F9F4FE
Tones
Muted variations
1#C49AEF
2#C49FEA
3#C4A4E5
4#C4A8E1
5#C4ADDC
6#C4B2D7
7#C4B6D2
8#C4BBCE
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC3 #DEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C495 #C495F3 | BordersInactive statesPlaceholder text |
| 400 | A65E #A65EED | Disabled statesSecondary iconsMuted text |
| 500 | 8C30 #8C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7016 #7016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5912 #5912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400D #400D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2908 #290849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FD;
--plum-100: #EDDFFB;
--plum-200: #DEC3F8;
--plum-300: #C495F3;
--plum-400: #A65EED;
--plum-500: #8C30E8;
--plum-600: #7016CA;
--plum-700: #5912A1;
--plum-800: #400D73;
--plum-900: #290849;
--plum-950: #1A052E;
}