Orchid
#9862EA
PurpleColor Codes
All color formats for development
HEX
#9862EARGB
rgb(152, 98, 234)HSL
hsl(264, 76%, 65%)OKLCH
oklch(0.619 0.198 298.8)CMYK
cmyk(35%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8545E6
2#7228E2
3#621CCC
4#5418AF
5#461492
6#381075
7#2A0C58
8#1C083A
9#0E041D
Tints
Lighter variations
1#A272EC
2#AD81EE
3#B791F0
4#C1A1F2
5#CCB0F4
6#D6C0F6
7#E0D0F9
8#EAE0FB
9#F5EFFD
Tones
Muted variations
1#9A69E3
2#9B6FDC
3#9C76D5
4#9E7DCE
5#9F84C8
6#A08BC1
7#A291BA
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 | D9C5 #D9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB98 #BB98F1 | BordersInactive statesPlaceholder text |
| 400 | 9862 #9862EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B35 #7B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1B #5F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FB;
--orchid-200: #D9C5F7;
--orchid-300: #BB98F1;
--orchid-400: #9862EA;
--orchid-500: #7B35E3;
--orchid-600: #5F1BC5;
--orchid-700: #4C159D;
--orchid-800: #360F70;
--orchid-900: #230A48;
--orchid-950: #16062D;
}