Orchid
#9657F4
PurpleColor Codes
All color formats for development
HEX
#9657F4RGB
rgb(150, 87, 244)HSL
hsl(264, 88%, 65%)OKLCH
oklch(0.608 0.224 297.8)CMYK
cmyk(39%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8338F2
2#6F19F0
3#600EDA
4#520CBB
5#440A9C
6#37087D
7#29065D
8#1B043E
9#0E021F
Tints
Lighter variations
1#A168F5
2#AB79F6
3#B68AF8
4#C09AF9
5#CBABFA
6#D5BCFB
7#E0CDFC
8#EADDFD
9#F5EEFE
Tones
Muted variations
1#985FEC
2#9967E5
3#9B6FDD
4#9C77D5
5#9E7ECD
6#9F86C5
7#A18EBD
8#A396B5
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C1 #D8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA91 #BA91F8 | BordersInactive statesPlaceholder text |
| 400 | 9657 #9657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7827 #7827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0D #5C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0B #4A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3508 #350878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2205 #22054D | 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: #F6F1FE;
--orchid-100: #EADDFD;
--orchid-200: #D8C1FB;
--orchid-300: #BA91F8;
--orchid-400: #9657F4;
--orchid-500: #7827F1;
--orchid-600: #5C0DD3;
--orchid-700: #4A0BA8;
--orchid-800: #350878;
--orchid-900: #22054D;
--orchid-950: #150330;
}