Orchid
#9F60EB
PurpleColor Codes
All color formats for development
HEX
#9F60EBRGB
rgb(159, 96, 235)HSL
hsl(267, 78%, 65%)OKLCH
oklch(0.624 0.203 301.7)CMYK
cmyk(32%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D43E8
2#7B25E4
3#6B1ACF
4#5C16B1
5#4C1294
6#3D0F76
7#2E0B59
8#1F073B
9#0F041E
Tints
Lighter variations
1#A870ED
2#B280EF
3#BC90F1
4#C5A0F3
5#CFB0F5
6#D9BFF7
7#E2CFF9
8#ECDFFB
9#F5EFFD
Tones
Muted variations
1#9F67E4
2#A06EDD
3#A175D6
4#A27CD0
5#A283C9
6#A38AC2
7#A491BB
8#A498B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F60 #9F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8333 #8333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6719 #6719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5214 #52149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0E #3B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #ECDFFB;
--orchid-200: #DBC4F8;
--orchid-300: #C097F2;
--orchid-400: #9F60EB;
--orchid-500: #8333E6;
--orchid-600: #6719C8;
--orchid-700: #52149F;
--orchid-800: #3B0E71;
--orchid-900: #260949;
--orchid-950: #18062D;
}