Plum
#C9BEFD
BlueColor Codes
All color formats for development
HEX
#C9BEFDRGB
rgb(201, 190, 253)HSL
hsl(250, 94%, 87%)OKLCH
oklch(0.832 0.088 292.4)CMYK
cmyk(21%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A594FC
2#8169FA
3#5D3EF9
4#3913F8
5#2907D7
6#2105AC
7#190481
8#110356
9#08012B
Tints
Lighter variations
1#CEC5FD
2#D4CCFD
3#D9D2FE
4#DFD8FE
5#E4DFFE
6#E9E5FE
7#EFECFE
8#F4F2FF
9#FAF9FF
Tones
Muted variations
1#CBC2FA
2#CDC5F7
3#CFC8F4
4#D1CBF1
5#D3CEED
6#D6D1EA
7#D8D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DC #E2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08D #A08DFB | BordersInactive statesPlaceholder text |
| 400 | 6E52 #6E52FA | Disabled statesSecondary iconsMuted text |
| 500 | 4420 #4420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A07 #2A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2105 #2105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F02 #0F024F | 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: #F3F0FF;
--plum-100: #E2DCFE;
--plum-200: #C9BFFD;
--plum-300: #A08DFB;
--plum-400: #6E52FA;
--plum-500: #4420F8;
--plum-600: #2A07DA;
--plum-700: #2105AD;
--plum-800: #18047C;
--plum-900: #0F024F;
--plum-950: #0A0231;
}