Plum
#C68EFB
PurpleColor Codes
All color formats for development
HEX
#C68EFBRGB
rgb(198, 142, 251)HSL
hsl(271, 93%, 77%)OKLCH
oklch(0.743 0.161 306.6)CMYK
cmyk(21%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B368FA
2#A042F8
3#8D1CF7
4#7908E3
5#6507BD
6#510598
7#3D0472
8#28034C
9#140126
Tints
Lighter variations
1#CC99FB
2#D2A4FC
3#D7B0FC
4#DDBBFD
5#E3C6FD
6#E8D2FD
7#EEDDFE
8#F4E8FE
9#F9F4FF
Tones
Muted variations
1#C693F5
2#C699F0
3#C69EEB
4#C5A4E5
5#C5A9E0
6#C5AFDA
7#C5B4D5
8#C5B9CF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFB | BordersInactive statesPlaceholder text |
| 400 | A953 #A953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9022 #9022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7408 #7408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C06 #5C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FE;
--plum-100: #EEDDFE;
--plum-200: #DFBFFD;
--plum-300: #C68EFB;
--plum-400: #A953F9;
--plum-500: #9022F7;
--plum-600: #7408D9;
--plum-700: #5C06AC;
--plum-800: #42047B;
--plum-900: #2A034F;
--plum-950: #1A0231;
}