Orchid
#9860EB
PurpleColor Codes
All color formats for development
HEX
#9860EBRGB
rgb(152, 96, 235)HSL
hsl(264, 78%, 65%)OKLCH
oklch(0.616 0.202 298.9)CMYK
cmyk(35%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8543E8
2#7225E4
3#621ACF
4#5416B1
5#461294
6#380F76
7#2A0B59
8#1C073B
9#0E041E
Tints
Lighter variations
1#A270ED
2#AC80EF
3#B790F1
4#C1A0F3
5#CBB0F5
6#D6BFF7
7#E0CFF9
8#EADFFB
9#F5EFFD
Tones
Muted variations
1#9967E4
2#9B6EDD
3#9C75D6
4#9D7CD0
5#9F83C9
6#A08AC2
7#A291BB
8#A398B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9860 #9860EB | Disabled statesSecondary iconsMuted text |
| 500 | 7A33 #7A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F19 #5F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B14 #4B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360E #360E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EADFFB;
--orchid-200: #D9C4F8;
--orchid-300: #BB97F2;
--orchid-400: #9860EB;
--orchid-500: #7A33E6;
--orchid-600: #5F19C8;
--orchid-700: #4B149F;
--orchid-800: #360E71;
--orchid-900: #220949;
--orchid-950: #16062D;
}