Orchid
#9655F7
PurpleColor Codes
All color formats for development
HEX
#9655F7RGB
rgb(150, 85, 247)HSL
hsl(264, 91%, 65%)OKLCH
oklch(0.608 0.23 297.5)CMYK
cmyk(39%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8235F5
2#6E15F4
3#5F0ADE
4#5109BE
5#44079E
6#36067F
7#29045F
8#1B033F
9#0E0120
Tints
Lighter variations
1#A066F8
2#AB77F9
3#B588F9
4#C099FA
5#CAAAFB
6#D5BBFC
7#DFCCFD
8#EADDFD
9#F4EEFE
Tones
Muted variations
1#975DEF
2#9965E7
3#9A6DDF
4#9C75D6
5#9E7DCE
6#9F85C6
7#A18DBE
8#A396B6
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8F #BA8FFA | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7724 #7724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0A #5C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4908 #4908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #34067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #EADDFD;
--orchid-200: #D8C0FC;
--orchid-300: #BA8FFA;
--orchid-400: #9655F7;
--orchid-500: #7724F5;
--orchid-600: #5C0AD6;
--orchid-700: #4908AA;
--orchid-800: #34067A;
--orchid-900: #21044E;
--orchid-950: #150231;
}