Plum
#CFBDFF
PurpleColor Codes
All color formats for development
HEX
#CFBDFFRGB
rgb(207, 189, 255)HSL
hsl(256, 100%, 87%)OKLCH
oklch(0.836 0.093 296.9)CMYK
cmyk(19%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE90FF
2#8D64FF
3#6D38FF
4#4C0BFF
5#3B00DE
6#2F00B1
7#230085
8#180059
9#0C002C
Tints
Lighter variations
1#D3C3FF
2#D8CAFF
3#DDD1FF
4#E2D7FF
5#E7DEFF
6#ECE4FF
7#F0EBFF
8#F5F2FF
9#FAF8FF
Tones
Muted variations
1#D0C0FC
2#D1C3F8
3#D3C7F5
4#D5CAF2
5#D6CDEE
6#D8D1EB
7#D9D4E8
8#DBD7E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E5DBFF;
--plum-200: #CEBDFF;
--plum-300: #A98AFF;
--plum-400: #7C4DFF;
--plum-500: #571AFF;
--plum-600: #3C00E0;
--plum-700: #3000B3;
--plum-800: #220080;
--plum-900: #160052;
--plum-950: #0E0033;
}