Orchid
#9A5EED
PurpleColor Codes
All color formats for development
HEX
#9A5EEDRGB
rgb(154, 94, 237)HSL
hsl(265, 80%, 65%)OKLCH
oklch(0.617 0.207 299.6)CMYK
cmyk(35%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8741EA
2#7423E7
3#6517D1
4#5614B3
5#481195
6#390D77
7#2B0A5A
8#1D073C
9#0E031E
Tints
Lighter variations
1#A46EEF
2#AE7EF1
3#B88FF3
4#C29FF4
5#CCAFF6
6#D7BFF8
7#E1CFFA
8#EBDFFB
9#F5EFFD
Tones
Muted variations
1#9B65E6
2#9C6DDF
3#9D74D8
4#9F7BD1
5#A082C9
6#A189C2
7#A290BB
8#A397B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD95 #BD95F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5E #9A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 7D30 #7D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6116 #6116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D12 #4D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #230849 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EBDFFB;
--orchid-200: #D9C3F8;
--orchid-300: #BD95F3;
--orchid-400: #9A5EED;
--orchid-500: #7D30E8;
--orchid-600: #6116CA;
--orchid-700: #4D12A1;
--orchid-800: #370D73;
--orchid-900: #230849;
--orchid-950: #16052E;
}