Plum
#C7BFFC
BlueColor Codes
All color formats for development
HEX
#C7BFFCRGB
rgb(199, 191, 252)HSL
hsl(248, 91%, 87%)OKLCH
oklch(0.832 0.085 290.4)CMYK
cmyk(21%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A395FA
2#7E6BF8
3#5941F6
4#3416F4
5#250AD4
6#1E08A9
7#16067F
8#0F0455
9#07022A
Tints
Lighter variations
1#CDC6FC
2#D3CCFD
3#D8D3FD
4#DED9FD
5#E3DFFE
6#E9E6FE
7#EEECFE
8#F4F2FE
9#F9F9FF
Tones
Muted variations
1#CAC3F9
2#CCC6F6
3#CEC9F3
4#D1CCF0
5#D3CFED
6#D5D2EA
7#D7D5E7
8#D9D8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8F #9D8FFA | BordersInactive statesPlaceholder text |
| 400 | 6A55 #6A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4024 #4024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250A #250AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E08 #1E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1506 #15067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F2F0FE;
--plum-100: #E1DDFD;
--plum-200: #C8C0FC;
--plum-300: #9D8FFA;
--plum-400: #6A55F7;
--plum-500: #4024F5;
--plum-600: #250AD6;
--plum-700: #1E08AA;
--plum-800: #15067A;
--plum-900: #0E044E;
--plum-950: #080231;
}