Plum
#CCBEFE
BlueColor Codes
All color formats for development
HEX
#CCBEFERGB
rgb(204, 190, 254)HSL
hsl(253, 97%, 87%)OKLCH
oklch(0.835 0.09 294.4)CMYK
cmyk(20%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A992FD
2#8766FD
3#643BFC
4#420FFB
5#3203DB
6#2803AF
7#1E0283
8#140157
9#0A012C
Tints
Lighter variations
1#D1C4FE
2#D6CBFE
3#DBD1FE
4#E0D8FE
5#E5DEFF
6#EAE5FF
7#F0EBFF
8#F5F2FF
9#FAF8FF
Tones
Muted variations
1#CDC1FB
2#CFC4F8
3#D1C7F4
4#D3CBF1
5#D5CEEE
6#D7D1EB
7#D8D4E7
8#DAD7E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBE #CCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFD | BordersInactive statesPlaceholder text |
| 400 | 754F #754FFC | Disabled statesSecondary iconsMuted text |
| 500 | 4D1D #4D1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3303 #3303DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2803 #2803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D02 #1D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120150 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E3DCFE;
--plum-200: #CCBEFE;
--plum-300: #A48BFD;
--plum-400: #754FFC;
--plum-500: #4D1DFC;
--plum-600: #3303DD;
--plum-700: #2803B0;
--plum-800: #1D027E;
--plum-900: #120150;
--plum-950: #0B0132;
}