Orchid
#915FEC
PurpleColor Codes
All color formats for development
HEX
#915FECRGB
rgb(145, 95, 236)HSL
hsl(261, 79%, 65%)OKLCH
oklch(0.609 0.204 296.1)CMYK
cmyk(39%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C42E9
2#6824E5
3#5918D0
4#4C15B2
5#3F1194
6#330E77
7#260A59
8#19073B
9#0D031E
Tints
Lighter variations
1#9C6FEE
2#A77FF0
3#B28FF2
4#BD9FF4
5#C8AFF6
6#D3BFF8
7#DECFF9
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9366E5
2#956DDE
3#9774D7
4#997BD0
5#9B82C9
6#9D8AC2
7#9F91BB
8#A298B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B696 #B696F3 | BordersInactive statesPlaceholder text |
| 400 | 915F #915FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7132 #7132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5618 #5618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4413 #4413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310D #310D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #E9DFFB;
--orchid-200: #D6C4F8;
--orchid-300: #B696F3;
--orchid-400: #915FEC;
--orchid-500: #7132E7;
--orchid-600: #5618C9;
--orchid-700: #4413A0;
--orchid-800: #310D72;
--orchid-900: #1F0949;
--orchid-950: #13052E;
}