Orchid
#9A5DEE
PurpleColor Codes
All color formats for development
HEX
#9A5DEERGB
rgb(154, 93, 238)HSL
hsl(265, 81%, 65%)OKLCH
oklch(0.616 0.21 299.6)CMYK
cmyk(35%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#873FEB
2#7421E8
3#6416D2
4#5613B4
5#481096
6#390D78
7#2B095A
8#1D063C
9#0E031E
Tints
Lighter variations
1#A46EF0
2#AE7EF1
3#B88EF3
4#C29EF5
5#CCAEF7
6#D6BEF8
7#E1CFFA
8#EBDFFC
9#F5EFFD
Tones
Muted variations
1#9B65E7
2#9C6CE0
3#9D73D8
4#9F7AD1
5#A082CA
6#A189C3
7#A290BB
8#A397B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC95 #BC95F4 | BordersInactive statesPlaceholder text |
| 400 | 9A5D #9A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7D2F #7D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6115 #6115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D11 #4D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370C #370C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #23084A | 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: #F6F1FE;
--orchid-100: #EBDFFC;
--orchid-200: #D9C3F9;
--orchid-300: #BC95F4;
--orchid-400: #9A5DEE;
--orchid-500: #7D2FE9;
--orchid-600: #6115CB;
--orchid-700: #4D11A2;
--orchid-800: #370C73;
--orchid-900: #23084A;
--orchid-950: #16052E;
}