Orchid
#9B52FA
PurpleColor Codes
All color formats for development
HEX
#9B52FARGB
rgb(155, 82, 250)HSL
hsl(266, 94%, 65%)OKLCH
oklch(0.611 0.237 299.1)CMYK
cmyk(38%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8832F9
2#7512F8
3#6507E1
4#5706C1
5#4805A1
6#3A0481
7#2B0360
8#1D0240
9#0E0120
Tints
Lighter variations
1#A563FA
2#AF74FB
3#B986FB
4#C397FC
5#CDA8FC
6#D7BAFD
7#E1CBFD
8#EBDCFE
9#F5EEFE
Tones
Muted variations
1#9C5AF1
2#9D63E9
3#9E6BE0
4#9F73D8
5#A07CD0
6#A184C7
7#A28DBF
8#A495B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8D #BD8DFB | BordersInactive statesPlaceholder text |
| 400 | 9B52 #9B52FA | Disabled statesSecondary iconsMuted text |
| 500 | 7E20 #7E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6207 #6207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E05 #4E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #24024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EBDCFE;
--orchid-200: #DABFFD;
--orchid-300: #BD8DFB;
--orchid-400: #9B52FA;
--orchid-500: #7E20F8;
--orchid-600: #6207DA;
--orchid-700: #4E05AD;
--orchid-800: #38047C;
--orchid-900: #24024F;
--orchid-950: #160231;
}