Plum
#B595F4
PurpleColor Codes
All color formats for development
HEX
#B595F4RGB
rgb(181, 149, 244)HSL
hsl(260, 81%, 77%)OKLCH
oklch(0.736 0.137 298.5)CMYK
cmyk(26%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C71F0
2#834EEC
3#6A2AE9
4#5616D5
5#4813B2
6#390F8E
7#2B0B6B
8#1D0747
9#0E0424
Tints
Lighter variations
1#BC9FF5
2#C3AAF6
3#CBB5F7
4#D2BFF8
5#DACAF9
6#E1D5FB
7#E9DFFC
8#F0EAFD
9#F8F4FE
Tones
Muted variations
1#B69AEF
2#B89EEA
3#B9A3E6
4#BBA8E1
5#BCADDC
6#BEB1D7
7#C0B6D3
8#C1BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F4 | BordersInactive statesPlaceholder text |
| 400 | 8E5D #8E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6D2F #6D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5215 #5215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4111 #4111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0C #2F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E084A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E8DFFC;
--plum-200: #D5C3F9;
--plum-300: #B595F4;
--plum-400: #8E5DEE;
--plum-500: #6D2FE9;
--plum-600: #5215CB;
--plum-700: #4111A2;
--plum-800: #2F0C73;
--plum-900: #1E084A;
--plum-950: #13052E;
}