Orchid
#9D62EA
PurpleColor Codes
All color formats for development
HEX
#9D62EARGB
rgb(157, 98, 234)HSL
hsl(266, 76%, 65%)OKLCH
oklch(0.624 0.199 300.8)CMYK
cmyk(33%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A45E6
2#7828E2
3#681CCC
4#5918AF
5#4A1492
6#3C1075
7#2D0C58
8#1E083A
9#0F041D
Tints
Lighter variations
1#A772EC
2#B081EE
3#BA91F0
4#C4A1F2
5#CEB0F4
6#D8C0F6
7#E2D0F9
8#EBE0FB
9#F5EFFD
Tones
Muted variations
1#9E69E3
2#9F6FDC
3#9F76D5
4#A07DCE
5#A184C8
6#A28BC1
7#A391BA
8#A498B3
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F1 | BordersInactive statesPlaceholder text |
| 400 | 9D62 #9D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8135 #8135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651B #651BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5015 #50159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390F #390F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #EBE0FB;
--orchid-200: #DAC5F7;
--orchid-300: #BE98F1;
--orchid-400: #9D62EA;
--orchid-500: #8135E3;
--orchid-600: #651BC5;
--orchid-700: #50159D;
--orchid-800: #390F70;
--orchid-900: #250A48;
--orchid-950: #17062D;
}