Plum
#BC94F4
PurpleColor Codes
All color formats for development
HEX
#BC94F4RGB
rgb(188, 148, 244)HSL
hsl(265, 81%, 77%)OKLCH
oklch(0.74 0.14 302.3)CMYK
cmyk(23%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A671F0
2#904EEC
3#7A2AE9
4#6616D5
5#5513B2
6#440F8E
7#330B6B
8#220747
9#110424
Tints
Lighter variations
1#C39FF5
2#CAAAF6
3#D0B5F7
4#D7BFF8
5#DECAF9
6#E4D5FB
7#EBDFFC
8#F2EAFD
9#F8F4FE
Tones
Muted variations
1#BD9AEF
2#BE9EEA
3#BFA3E6
4#C0A8E1
5#C0ADDC
6#C1B1D7
7#C2B6D3
8#C3BBCE
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC95 #BC95F4 | BordersInactive statesPlaceholder text |
| 400 | 9A5D #9A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7D2F #7D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6115 #6115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D11 #4D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370C #370C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #23084A | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EBDFFC;
--plum-200: #D9C3F9;
--plum-300: #BC95F4;
--plum-400: #9A5DEE;
--plum-500: #7D2FE9;
--plum-600: #6115CB;
--plum-700: #4D11A2;
--plum-800: #370C73;
--plum-900: #23084A;
--plum-950: #16052E;
}