Orchid
#9E5BF1
PurpleColor Codes
All color formats for development
HEX
#9E5BF1RGB
rgb(158, 91, 241)HSL
hsl(267, 84%, 65%)OKLCH
oklch(0.62 0.216 300.8)CMYK
cmyk(34%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C3CEE
2#7A1EEB
3#6A13D5
4#5B10B7
5#4C0D98
6#3D0B7A
7#2E085B
8#1E053D
9#0F031E
Tints
Lighter variations
1#A86BF2
2#B27CF4
3#BB8CF5
4#C59CF6
5#CFADF8
6#D8BDF9
7#E2CEFB
8#ECDEFC
9#F5EFFE
Tones
Muted variations
1#9F62E9
2#A06AE2
3#A171DA
4#A179D3
5#A280CB
6#A388C4
7#A48FBC
8#A497B5
9#A59EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BF93 #BF93F6 | BordersInactive statesPlaceholder text |
| 400 | 9E5B #9E5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 832C #832CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6712 #6712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520E #520EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0A #3A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDEFC;
--orchid-200: #DBC2FA;
--orchid-300: #BF93F6;
--orchid-400: #9E5BF1;
--orchid-500: #832CED;
--orchid-600: #6712CE;
--orchid-700: #520EA4;
--orchid-800: #3A0A75;
--orchid-900: #25074B;
--orchid-950: #17042F;
}