Orchid
#9263E9
PurpleColor Codes
All color formats for development
HEX
#9263E9RGB
rgb(146, 99, 233)HSL
hsl(261, 75%, 65%)OKLCH
oklch(0.614 0.195 296.4)CMYK
cmyk(37%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D46E5
2#6929E0
3#5A1DCB
4#4D19AE
5#401591
6#331174
7#270C57
8#1A083A
9#0D041D
Tints
Lighter variations
1#9D72EB
2#A882ED
3#B292EF
4#BDA1F2
5#C8B1F4
6#D3C1F6
7#DED0F8
8#E9E0FB
9#F4EFFD
Tones
Muted variations
1#946AE2
2#9670DB
3#9877D5
4#9A7ECE
5#9C84C7
6#9E8BC1
7#A092BA
8#A298B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B798 #B798F0 | BordersInactive statesPlaceholder text |
| 400 | 9263 #9263E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7236 #7236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 571C #571CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4516 #45169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3110 #311070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 200A #200A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #E9E0FB;
--orchid-200: #D6C5F7;
--orchid-300: #B798F0;
--orchid-400: #9263E9;
--orchid-500: #7236E2;
--orchid-600: #571CC4;
--orchid-700: #45169C;
--orchid-800: #311070;
--orchid-900: #200A47;
--orchid-950: #14062D;
}