Plum
#B297F2
PurpleColor Codes
All color formats for development
HEX
#B297F2RGB
rgb(178, 151, 242)HSL
hsl(258, 78%, 77%)OKLCH
oklch(0.736 0.131 296.7)CMYK
cmyk(26%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9874EE
2#7F51E9
3#652EE5
4#511AD2
5#4416AF
6#36118C
7#290D69
8#1B0946
9#0E0423
Tints
Lighter variations
1#BAA1F3
2#C1ABF5
3#C9B6F6
4#D1C0F7
5#D9CBF9
6#E0D5FA
7#E8E0FB
8#F0EAFC
9#F7F5FE
Tones
Muted variations
1#B49BEE
2#B6A0E9
3#B8A4E4
4#B9A9E0
5#BBADDB
6#BDB2D7
7#BFB7D2
8#C1BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A60 #8A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6833 #6833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D19 #4D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D14 #3D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0E #2C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FD;
--plum-100: #E8DFFB;
--plum-200: #D4C4F8;
--plum-300: #B297F2;
--plum-400: #8A60EB;
--plum-500: #6833E6;
--plum-600: #4D19C8;
--plum-700: #3D149F;
--plum-800: #2C0E71;
--plum-900: #1C0949;
--plum-950: #12062D;
}