Orchid
#9B53F9
PurpleColor Codes
All color formats for development
HEX
#9B53F9RGB
rgb(155, 83, 249)HSL
hsl(266, 93%, 65%)OKLCH
oklch(0.612 0.235 299.2)CMYK
cmyk(38%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8833F8
2#7513F6
3#6608E0
4#5707C0
5#4906A0
6#3A0580
7#2C0360
8#1D0240
9#0F0120
Tints
Lighter variations
1#A564F9
2#AF75FA
3#B986FB
4#C398FB
5#CDA9FC
6#D7BAFD
7#E1CBFD
8#EBDDFE
9#F5EEFE
Tones
Muted variations
1#9C5BF0
2#9D63E8
3#9E6CE0
4#9F74D8
5#A07CCF
6#A185C7
7#A28DBF
8#A495B6
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFB | BordersInactive statesPlaceholder text |
| 400 | 9B53 #9B53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E22 #7E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6208 #6208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E06 #4E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034F | 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: #F6F0FE;
--orchid-100: #EBDDFE;
--orchid-200: #DABFFD;
--orchid-300: #BD8EFB;
--orchid-400: #9B53F9;
--orchid-500: #7E22F7;
--orchid-600: #6208D9;
--orchid-700: #4E06AC;
--orchid-800: #38047B;
--orchid-900: #24034F;
--orchid-950: #160231;
}