Orchid
#9534E5
PurpleColor Codes
All color formats for development
HEX
#9534E5RGB
rgb(149, 52, 229)HSL
hsl(273, 77%, 55%)OKLCH
oklch(0.557 0.247 304)CMYK
cmyk(35%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#881DDF
2#791AC7
3#6A17AE
4#5B1395
5#4C107C
6#3C0D63
7#2D0A4A
8#1E0632
9#0F0319
Tints
Lighter variations
1#A048E7
2#AA5DEA
3#B571ED
4#BF85EF
5#CA99F2
6#D5AEF4
7#DFC2F7
8#EAD6FA
9#F4EBFC
Tones
Muted variations
1#943DDC
2#9346D3
3#924ECA
4#9257C1
5#9160B8
6#9069B0
7#8F72A7
8#8E7B9E
9#8D8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD61 #AD61EA | Disabled statesSecondary iconsMuted text |
| 500 | 9534 #9534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791A #791AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0948 | 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: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E0C4F7;
--orchid-300: #C997F2;
--orchid-400: #AD61EA;
--orchid-500: #9534E5;
--orchid-600: #791AC7;
--orchid-700: #60159E;
--orchid-800: #450F71;
--orchid-900: #2C0948;
--orchid-950: #1B062D;
}