Plum
#C3BFFD
BlueColor Codes
All color formats for development
HEX
#C3BFFDRGB
rgb(195, 191, 253)HSL
hsl(244, 94%, 87%)OKLCH
oklch(0.829 0.086 287.3)CMYK
cmyk(23%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B94FC
2#7269FA
3#4A3EF9
4#2213F8
5#1507D7
6#1005AC
7#0C0481
8#080356
9#04012B
Tints
Lighter variations
1#C9C5FD
2#CFCCFD
3#D5D2FE
4#DBD8FE
5#E1DFFE
6#E7E5FE
7#EDECFE
8#F3F2FF
9#F9F9FF
Tones
Muted variations
1#C6C2FA
2#C8C5F7
3#CBC8F4
4#CECBF1
5#D0CEED
6#D3D1EA
7#D6D5E7
8#D8D8E4
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 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958D #958DFB | BordersInactive statesPlaceholder text |
| 400 | 5D52 #5D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 2F20 #2F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1507 #1507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1105 #1105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #08024F | 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: #F1F0FF;
--plum-100: #DFDCFE;
--plum-200: #C3BFFD;
--plum-300: #958DFB;
--plum-400: #5D52FA;
--plum-500: #2F20F8;
--plum-600: #1507DA;
--plum-700: #1105AD;
--plum-800: #0C047C;
--plum-900: #08024F;
--plum-950: #050231;
}