Orchid
#A862EA
PurpleColor Codes
All color formats for development
HEX
#A862EARGB
rgb(168, 98, 234)HSL
hsl(271, 76%, 65%)OKLCH
oklch(0.635 0.201 305.1)CMYK
cmyk(28%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9845E6
2#8828E2
3#771CCC
4#6618AF
5#551492
6#441075
7#330C58
8#22083A
9#11041D
Tints
Lighter variations
1#B172EC
2#B981EE
3#C291F0
4#CBA1F2
5#D4B0F4
6#DCC0F6
7#E5D0F9
8#EEE0FB
9#F6EFFD
Tones
Muted variations
1#A869E3
2#A86FDC
3#A776D5
4#A77DCE
5#A784C8
6#A78BC1
7#A691BA
8#A698B3
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC5 #DFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C698 #C698F1 | BordersInactive statesPlaceholder text |
| 400 | A862 #A862EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F35 #8F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731B #731BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0A #2A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EEE0FB;
--orchid-200: #DFC5F7;
--orchid-300: #C698F1;
--orchid-400: #A862EA;
--orchid-500: #8F35E3;
--orchid-600: #731BC5;
--orchid-700: #5C159D;
--orchid-800: #410F70;
--orchid-900: #2A0A48;
--orchid-950: #1A062D;
}