Orchid
#BC63E9
PurpleColor Codes
All color formats for development
HEX
#BC63E9RGB
rgb(188, 99, 233)HSL
hsl(280, 75%, 65%)OKLCH
oklch(0.659 0.205 312.8)CMYK
cmyk(19%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B046E5
2#A329E0
3#911DCB
4#7C19AE
5#681591
6#531174
7#3E0C57
8#29083A
9#15041D
Tints
Lighter variations
1#C372EB
2#C982ED
3#D092EF
4#D7A1F2
5#DEB1F4
6#E4C1F6
7#EBD0F8
8#F2E0FB
9#F8EFFD
Tones
Muted variations
1#BA6AE2
2#B870DB
3#B577D5
4#B37ECE
5#B184C7
6#AF8BC1
7#AC92BA
8#AA98B3
9#A89FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F0 | BordersInactive statesPlaceholder text |
| 400 | BC63 #BC63E9 | Disabled statesSecondary iconsMuted text |
| 500 | A936 #A936E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C1C #8C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7016 #70169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5010 #501070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F2E0FB;
--orchid-200: #E6C5F7;
--orchid-300: #D398F0;
--orchid-400: #BC63E9;
--orchid-500: #A936E2;
--orchid-600: #8C1CC4;
--orchid-700: #70169C;
--orchid-800: #501070;
--orchid-900: #330A47;
--orchid-950: #20062D;
}