Plum
#B492F6
PurpleColor Codes
All color formats for development
HEX
#B492F6RGB
rgb(180, 146, 246)HSL
hsl(260, 85%, 77%)OKLCH
oklch(0.731 0.145 298.4)CMYK
cmyk(27%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B6EF3
2#814AF0
3#6826ED
4#5412DA
5#460FB6
6#380C91
7#2A096D
8#1C0649
9#0E0324
Tints
Lighter variations
1#BB9DF7
2#C3A8F8
3#CAB3F9
4#D2BEFA
5#D9C9FB
6#E1D4FB
7#E8DEFC
8#F0E9FD
9#F7F4FE
Tones
Muted variations
1#B597F1
2#B79CEC
3#B9A1E7
4#BAA6E2
5#BCABDD
6#BEB0D8
7#BFB5D3
8#C1BACE
9#C3BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B492 #B492F6 | BordersInactive statesPlaceholder text |
| 400 | 8C5A #8C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 6C2B #6C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5011 #5011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 400D #400DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0A #2E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D06 #1D064B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E8DEFC;
--plum-200: #D4C2FA;
--plum-300: #B492F6;
--plum-400: #8C5AF2;
--plum-500: #6C2BEE;
--plum-600: #5011D0;
--plum-700: #400DA5;
--plum-800: #2E0A76;
--plum-900: #1D064B;
--plum-950: #12042F;
}