Plum
#C3BFFC
BlueColor Codes
All color formats for development
HEX
#C3BFFCRGB
rgb(195, 191, 252)HSL
hsl(244, 91%, 87%)OKLCH
oklch(0.829 0.085 287.4)CMYK
cmyk(23%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C95FA
2#746BF8
3#4D41F6
4#2516F4
5#170AD4
6#1308A9
7#0E067F
8#090455
9#05022A
Tints
Lighter variations
1#CAC6FC
2#D0CCFD
3#D5D3FD
4#DBD9FD
5#E1DFFE
6#E7E6FE
7#EDECFE
8#F3F2FE
9#F9F9FF
Tones
Muted variations
1#C6C3F9
2#C9C6F6
3#CCC9F3
4#CECCF0
5#D1CFED
6#D3D2EA
7#D6D5E7
8#D9D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968F #968FFA | BordersInactive statesPlaceholder text |
| 400 | 5F55 #5F55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3224 #3224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 180A #180AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1308 #1308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D06 #0D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F1F0FE;
--plum-100: #DFDDFD;
--plum-200: #C4C0FC;
--plum-300: #968FFA;
--plum-400: #5F55F7;
--plum-500: #3224F5;
--plum-600: #180AD6;
--plum-700: #1308AA;
--plum-800: #0D067A;
--plum-900: #09044E;
--plum-950: #050231;
}