Orchid
#9F62EA
PurpleColor Codes
All color formats for development
HEX
#9F62EARGB
rgb(159, 98, 234)HSL
hsl(267, 76%, 65%)OKLCH
oklch(0.626 0.199 301.6)CMYK
cmyk(32%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D45E6
2#7B28E2
3#6B1CCC
4#5C18AF
5#4D1492
6#3D1075
7#2E0C58
8#1F083A
9#0F041D
Tints
Lighter variations
1#A972EC
2#B281EE
3#BC91F0
4#C5A1F2
5#CFB0F4
6#D9C0F6
7#E2D0F9
8#ECE0FB
9#F5EFFD
Tones
Muted variations
1#A069E3
2#A06FDC
3#A176D5
4#A27DCE
5#A284C8
6#A38BC1
7#A491BA
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 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F1 | BordersInactive statesPlaceholder text |
| 400 | 9F62 #9F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8435 #8435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681B #681BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A48 | 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: #F7F2FD;
--orchid-100: #ECE0FB;
--orchid-200: #DBC5F7;
--orchid-300: #C098F1;
--orchid-400: #9F62EA;
--orchid-500: #8435E3;
--orchid-600: #681BC5;
--orchid-700: #52159D;
--orchid-800: #3B0F70;
--orchid-900: #260A48;
--orchid-950: #18062D;
}