Orchid
#9B57F4
PurpleColor Codes
All color formats for development
HEX
#9B57F4RGB
rgb(155, 87, 244)HSL
hsl(266, 88%, 65%)OKLCH
oklch(0.613 0.224 299.6)CMYK
cmyk(36%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8938F2
2#7619F0
3#660EDA
4#580CBB
5#490A9C
6#3B087D
7#2C065D
8#1D043E
9#0F021F
Tints
Lighter variations
1#A568F5
2#AF79F6
3#B98AF8
4#C39AF9
5#CDABFA
6#D7BCFB
7#E1CDFC
8#EBDDFD
9#F5EEFE
Tones
Muted variations
1#9C5FEC
2#9D67E5
3#9E6FDD
4#9F77D5
5#A17ECD
6#A286C5
7#A38EBD
8#A496B5
9#A59EAE
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 | DAC1 #DAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD91 #BD91F8 | BordersInactive statesPlaceholder text |
| 400 | 9B57 #9B57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7F27 #7F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630D #630DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0B #4F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3808 #380878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2405 #24054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EBDDFD;
--orchid-200: #DAC1FB;
--orchid-300: #BD91F8;
--orchid-400: #9B57F4;
--orchid-500: #7F27F1;
--orchid-600: #630DD3;
--orchid-700: #4F0BA8;
--orchid-800: #380878;
--orchid-900: #24054D;
--orchid-950: #170330;
}