Orchid
#9462EA
PurpleColor Codes
All color formats for development
HEX
#9462EARGB
rgb(148, 98, 234)HSL
hsl(262, 76%, 65%)OKLCH
oklch(0.615 0.197 297.2)CMYK
cmyk(37%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8045E6
2#6C28E2
3#5D1CCC
4#4F18AF
5#421492
6#351075
7#280C58
8#1A083A
9#0D041D
Tints
Lighter variations
1#9E72EC
2#A981EE
3#B491F0
4#BFA1F2
5#C9B0F4
6#D4C0F6
7#DFD0F9
8#EAE0FB
9#F4EFFD
Tones
Muted variations
1#9569E3
2#976FDC
3#9976D5
4#9B7DCE
5#9D84C8
6#9F8BC1
7#A091BA
8#A298B3
9#A49FAD
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 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | 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: #B898F1;
--orchid-400: #9462EA;
--orchid-500: #7535E3;
--orchid-600: #591BC5;
--orchid-700: #47159D;
--orchid-800: #330F70;
--orchid-900: #210A48;
--orchid-950: #14062D;
}