Plum
#C4BFFD
BlueColor Codes
All color formats for development
HEX
#C4BFFDRGB
rgb(196, 191, 253)HSL
hsl(245, 94%, 87%)OKLCH
oklch(0.83 0.086 288.1)CMYK
cmyk(23%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C94FC
2#7569FA
3#4D3EF9
4#2613F8
5#1807D7
6#1305AC
7#0E0481
8#0A0356
9#05012B
Tints
Lighter variations
1#CAC5FD
2#D0CCFD
3#D6D2FE
4#DCD8FE
5#E1DFFE
6#E7E5FE
7#EDECFE
8#F3F2FF
9#F9F9FF
Tones
Muted variations
1#C6C2FA
2#C9C5F7
3#CCC8F4
4#CECBF1
5#D1CEED
6#D3D1EA
7#D6D5E7
8#D9D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFB | BordersInactive statesPlaceholder text |
| 400 | 6052 #6052FA | Disabled statesSecondary iconsMuted text |
| 500 | 3220 #3220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1807 #1807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1305 #1305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #09024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F1F0FF;
--plum-100: #DFDCFE;
--plum-200: #C4BFFD;
--plum-300: #968DFB;
--plum-400: #6052FA;
--plum-500: #3220F8;
--plum-600: #1807DA;
--plum-700: #1305AD;
--plum-800: #0E047C;
--plum-900: #09024F;
--plum-950: #060231;
}