Orchid
#9463E9
PurpleColor Codes
All color formats for development
HEX
#9463E9RGB
rgb(148, 99, 233)HSL
hsl(262, 75%, 65%)OKLCH
oklch(0.616 0.195 297.2)CMYK
cmyk(36%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8046E5
2#6C29E0
3#5D1DCB
4#5019AE
5#421591
6#351174
7#280C57
8#1B083A
9#0D041D
Tints
Lighter variations
1#9F72EB
2#A982ED
3#B492EF
4#BFA1F2
5#C9B1F4
6#D4C1F6
7#DFD0F8
8#EAE0FB
9#F4EFFD
Tones
Muted variations
1#966AE2
2#9770DB
3#9977D5
4#9B7ECE
5#9D84C7
6#9F8BC1
7#A092BA
8#A298B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B998 #B998F0 | BordersInactive statesPlaceholder text |
| 400 | 9463 #9463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7536 #7536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1C #5A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4716 #47169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3310 #331070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FB;
--orchid-200: #D7C5F7;
--orchid-300: #B998F0;
--orchid-400: #9463E9;
--orchid-500: #7536E2;
--orchid-600: #5A1CC4;
--orchid-700: #47169C;
--orchid-800: #331070;
--orchid-900: #210A47;
--orchid-950: #14062D;
}