Orchid
#9F61EA
PurpleColor Codes
All color formats for development
HEX
#9F61EARGB
rgb(159, 97, 234)HSL
hsl(267, 77%, 65%)OKLCH
oklch(0.624 0.2 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#8D44E7
2#7B26E3
3#6B1BCD
4#5C17B0
5#4C1393
6#3D0F75
7#2E0B58
8#1F083B
9#0F041D
Tints
Lighter variations
1#A871ED
2#B281EF
3#BC90F1
4#C5A0F3
5#CFB0F5
6#D9C0F7
7#E2D0F9
8#ECDFFB
9#F5EFFD
Tones
Muted variations
1#A068E4
2#A06FDD
3#A176D6
4#A27DCF
5#A283C8
6#A38AC1
7#A491BA
8#A498B3
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 #DBC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F61 #9F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 8334 #8334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681A #681AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260948 | 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: #DBC4F7;
--orchid-300: #C097F2;
--orchid-400: #9F61EA;
--orchid-500: #8334E5;
--orchid-600: #681AC7;
--orchid-700: #52159E;
--orchid-800: #3B0F71;
--orchid-900: #260948;
--orchid-950: #18062D;
}