Plum
#C9BFFC
BlueColor Codes
All color formats for development
HEX
#C9BFFCRGB
rgb(201, 191, 252)HSL
hsl(250, 91%, 87%)OKLCH
oklch(0.834 0.085 292)CMYK
cmyk(20%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A695FA
2#826BF8
3#5F41F6
4#3B16F4
5#2C0AD4
6#2308A9
7#1A067F
8#110455
9#09022A
Tints
Lighter variations
1#CFC6FC
2#D4CCFD
3#DAD3FD
4#DFD9FD
5#E4DFFE
6#EAE6FE
7#EFECFE
8#F4F2FE
9#FAF9FF
Tones
Muted variations
1#CCC3F9
2#CEC6F6
3#D0C9F3
4#D2CCF0
5#D4CFED
6#D6D2EA
7#D8D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A18F #A18FFA | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4724 #4724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0A #2C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2308 #2308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1906 #19067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E2DDFD;
--plum-200: #CAC0FC;
--plum-300: #A18FFA;
--plum-400: #7055F7;
--plum-500: #4724F5;
--plum-600: #2C0AD6;
--plum-700: #2308AA;
--plum-800: #19067A;
--plum-900: #10044E;
--plum-950: #0A0231;
}