Orchid
#9655F6
PurpleColor Codes
All color formats for development
HEX
#9655F6RGB
rgb(150, 85, 246)HSL
hsl(264, 90%, 65%)OKLCH
oklch(0.607 0.229 297.7)CMYK
cmyk(39%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8236F4
2#6F16F3
3#5F0CDC
4#520ABD
5#44089D
6#36077E
7#29055E
8#1B033F
9#0E021F
Tints
Lighter variations
1#A066F7
2#AB77F8
3#B588F9
4#C099FA
5#CAAAFB
6#D5BBFB
7#DFCCFC
8#EADDFD
9#F4EEFE
Tones
Muted variations
1#975DEE
2#9965E6
3#9B6EDE
4#9C76D6
5#9E7ECE
6#9F86C6
7#A18EBE
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 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7825 #7825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0B #5C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4909 #4909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #340679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | 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: #BA90F9;
--orchid-400: #9655F6;
--orchid-500: #7825F4;
--orchid-600: #5C0BD5;
--orchid-700: #4909AA;
--orchid-800: #340679;
--orchid-900: #21044E;
--orchid-950: #150330;
}