Orchid
#9265E7
PurpleColor Codes
All color formats for development
HEX
#9265E7RGB
rgb(146, 101, 231)HSL
hsl(261, 73%, 65%)OKLCH
oklch(0.615 0.189 296.4)CMYK
cmyk(37%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E48E2
2#6A2BDE
3#5B1FC9
4#4E1BAC
5#41168F
6#341273
7#270D56
8#1A0939
9#0D041D
Tints
Lighter variations
1#9D74E9
2#A883EC
3#B393EE
4#BEA2F1
5#C9B2F3
6#D3C1F5
7#DED1F8
8#E9E0FA
9#F4F0FD
Tones
Muted variations
1#946BE0
2#9672DA
3#9878D3
4#9A7FCD
5#9C85C6
6#9E8CC0
7#A092B9
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 | E9E0 #E9E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B89A #B89AEF | BordersInactive statesPlaceholder text |
| 400 | 9265 #9265E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7338 #7338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 581E #581EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4618 #46189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3211 #32116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1407 #14072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #E9E0FA;
--orchid-200: #D7C6F6;
--orchid-300: #B89AEF;
--orchid-400: #9265E7;
--orchid-500: #7338E0;
--orchid-600: #581EC2;
--orchid-700: #46189A;
--orchid-800: #32116E;
--orchid-900: #200B47;
--orchid-950: #14072C;
}