Plum
#B08CFD
PurpleColor Codes
All color formats for development
HEX
#B08CFDRGB
rgb(176, 140, 253)HSL
hsl(259, 97%, 77%)OKLCH
oklch(0.72 0.162 296.8)CMYK
cmyk(30%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9565FD
2#7A3EFC
3#6017FB
4#4C04E8
5#3F03C1
6#33029B
7#260274
8#19014D
9#0D0127
Tints
Lighter variations
1#B797FD
2#BFA3FE
3#C7AEFE
4#CFBAFE
5#D7C5FE
6#DFD1FE
7#E7DCFE
8#EFE8FF
9#F7F3FF
Tones
Muted variations
1#B291F8
2#B497F2
3#B69DEC
4#B8A2E6
5#BAA8E1
6#BCAEDB
7#BEB3D5
8#C0B9D0
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFD | BordersInactive statesPlaceholder text |
| 400 | 864F #864FFC | Disabled statesSecondary iconsMuted text |
| 500 | 631D #631DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4803 #4803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A03 #3A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2902 #29027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FF;
--plum-100: #E7DCFE;
--plum-200: #D2BEFE;
--plum-300: #AF8BFD;
--plum-400: #864FFC;
--plum-500: #631DFC;
--plum-600: #4803DD;
--plum-700: #3A03B0;
--plum-800: #29027E;
--plum-900: #1A0150;
--plum-950: #100132;
}