Orchid
#9662EA
PurpleColor Codes
All color formats for development
HEX
#9662EARGB
rgb(150, 98, 234)HSL
hsl(263, 76%, 65%)OKLCH
oklch(0.617 0.198 298)CMYK
cmyk(36%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8245E6
2#6F28E2
3#5F1CCC
4#5218AF
5#441492
6#371075
7#290C58
8#1B083A
9#0E041D
Tints
Lighter variations
1#A072EC
2#AB81EE
3#B591F0
4#C0A1F2
5#CAB0F4
6#D5C0F6
7#DFD0F9
8#EAE0FB
9#F4EFFD
Tones
Muted variations
1#9869E3
2#996FDC
3#9B76D5
4#9C7DCE
5#9E84C8
6#9F8BC1
7#A191BA
8#A398B3
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 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F1 | BordersInactive statesPlaceholder text |
| 400 | 9662 #9662EA | Disabled statesSecondary iconsMuted text |
| 500 | 7835 #7835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C1B #5C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4915 #49159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340F #340F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FB;
--orchid-200: #D8C5F7;
--orchid-300: #BA98F1;
--orchid-400: #9662EA;
--orchid-500: #7835E3;
--orchid-600: #5C1BC5;
--orchid-700: #49159D;
--orchid-800: #340F70;
--orchid-900: #220A48;
--orchid-950: #15062D;
}