Orchid
#9765E6
PurpleColor Codes
All color formats for development
HEX
#9765E6RGB
rgb(151, 101, 230)HSL
hsl(263, 72%, 65%)OKLCH
oklch(0.62 0.189 298.6)CMYK
cmyk(34%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8349E1
2#702CDD
3#6120C8
4#531CAB
5#45178F
6#371372
7#290E56
8#1C0939
9#0E051D
Tints
Lighter variations
1#A175E9
2#AC84EB
3#B694EE
4#C0A3F0
5#CBB2F3
6#D5C2F5
7#E0D1F8
8#EAE0FA
9#F5F0FD
Tones
Muted variations
1#986CE0
2#9A72D9
3#9B79D3
4#9D7FCC
5#9E86C6
6#A08CBF
7#A192B9
8#A399B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E6 | Disabled statesSecondary iconsMuted text |
| 500 | 793A #793ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1F #5D1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A19 #4A199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3512 #35126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FA;
--orchid-200: #D8C6F6;
--orchid-300: #BA9AEF;
--orchid-400: #9765E6;
--orchid-500: #793ADF;
--orchid-600: #5D1FC1;
--orchid-700: #4A199A;
--orchid-800: #35126E;
--orchid-900: #220B46;
--orchid-950: #15072C;
}