Orchid
#9535E3
PurpleColor Codes
All color formats for development
HEX
#9535E3RGB
rgb(149, 53, 227)HSL
hsl(273, 76%, 55%)OKLCH
oklch(0.556 0.244 304.4)CMYK
cmyk(34%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#881EDE
2#791BC5
3#6A18AD
4#5B1494
5#4B117B
6#3C0D63
7#2D0A4A
8#1E0731
9#0F0319
Tints
Lighter variations
1#A049E6
2#AA5DE9
3#B572EC
4#BF86EE
5#CA9AF1
6#D5AEF4
7#DFC2F7
8#EAD7F9
9#F4EBFC
Tones
Muted variations
1#943EDB
2#9346D2
3#924FC9
4#9158C1
5#9161B8
6#9069AF
7#8F72A6
8#8E7B9E
9#8D8495
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 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C998 #C998F1 | BordersInactive statesPlaceholder text |
| 400 | AD62 #AD62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9535 #9535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791B #791BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0A #2C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EFE0FB;
--orchid-200: #E0C5F7;
--orchid-300: #C998F1;
--orchid-400: #AD62EA;
--orchid-500: #9535E3;
--orchid-600: #791BC5;
--orchid-700: #60159D;
--orchid-800: #450F70;
--orchid-900: #2C0A48;
--orchid-950: #1B062D;
}