Orchid
#9957F4
PurpleColor Codes
All color formats for development
HEX
#9957F4RGB
rgb(153, 87, 244)HSL
hsl(265, 88%, 65%)OKLCH
oklch(0.611 0.224 298.9)CMYK
cmyk(37%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8638F2
2#7319F0
3#630EDA
4#550CBB
5#470A9C
6#39087D
7#2A065D
8#1C043E
9#0E021F
Tints
Lighter variations
1#A368F5
2#AD79F6
3#B78AF8
4#C29AF9
5#CCABFA
6#D6BCFB
7#E0CDFC
8#EBDDFD
9#F5EEFE
Tones
Muted variations
1#9A5FEC
2#9B67E5
3#9D6FDD
4#9E77D5
5#9F7ECD
6#A186C5
7#A28EBD
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 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C1 #D9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BC91 #BC91F8 | BordersInactive statesPlaceholder text |
| 400 | 9957 #9957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7B27 #7B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 600D #600DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C0B #4C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3608 #360878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2305 #23054D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EBDDFD;
--orchid-200: #D9C1FB;
--orchid-300: #BC91F8;
--orchid-400: #9957F4;
--orchid-500: #7B27F1;
--orchid-600: #600DD3;
--orchid-700: #4C0BA8;
--orchid-800: #360878;
--orchid-900: #23054D;
--orchid-950: #160330;
}