Orchid
#9465E7
PurpleColor Codes
All color formats for development
HEX
#9465E7RGB
rgb(148, 101, 231)HSL
hsl(262, 73%, 65%)OKLCH
oklch(0.617 0.19 297.2)CMYK
cmyk(36%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8148E2
2#6D2BDE
3#5D1FC9
4#501BAC
5#43168F
6#351273
7#280D56
8#1B0939
9#0D041D
Tints
Lighter variations
1#9F74E9
2#AA83EC
3#B493EE
4#BFA2F1
5#CAB2F3
6#D4C1F5
7#DFD1F8
8#EAE0FA
9#F4F0FD
Tones
Muted variations
1#966BE0
2#9872DA
3#9A78D3
4#9B7FCD
5#9D85C6
6#9F8CC0
7#A192B9
8#A299B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B99A #B99AEF | BordersInactive statesPlaceholder text |
| 400 | 9465 #9465E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7638 #7638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1E #5A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4818 #48189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3311 #33116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 210B #210B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FA;
--orchid-200: #D7C6F6;
--orchid-300: #B99AEF;
--orchid-400: #9465E7;
--orchid-500: #7638E0;
--orchid-600: #5A1EC2;
--orchid-700: #48189A;
--orchid-800: #33116E;
--orchid-900: #210B47;
--orchid-950: #15072C;
}