Orchid
#9B35E3
PurpleColor Codes
All color formats for development
HEX
#9B35E3RGB
rgb(155, 53, 227)HSL
hsl(275, 76%, 55%)OKLCH
oklch(0.563 0.246 306.5)CMYK
cmyk(32%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E1EDE
2#7E1BC5
3#6F18AD
4#5F1494
5#4F117B
6#3F0D63
7#2F0A4A
8#200731
9#100319
Tints
Lighter variations
1#A549E6
2#AF5DE9
3#B972EC
4#C386EE
5#CD9AF1
6#D7AEF4
7#E1C2F7
8#EBD7F9
9#F5EBFC
Tones
Muted variations
1#993EDB
2#9846D2
3#964FC9
4#9558C1
5#9461B8
6#9269AF
7#9172A6
8#8F7B9E
9#8E8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C5 #E2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC98 #CC98F1 | BordersInactive statesPlaceholder text |
| 400 | B162 #B162EA | Disabled statesSecondary iconsMuted text |
| 500 | 9B35 #9B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1B #7E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6515 #65159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480F #480F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EFE0FB;
--orchid-200: #E2C5F7;
--orchid-300: #CC98F1;
--orchid-400: #B162EA;
--orchid-500: #9B35E3;
--orchid-600: #7E1BC5;
--orchid-700: #65159D;
--orchid-800: #480F70;
--orchid-900: #2E0A48;
--orchid-950: #1D062D;
}