Orchid
#A861EA
PurpleColor Codes
All color formats for development
HEX
#A861EARGB
rgb(168, 97, 234)HSL
hsl(271, 77%, 65%)OKLCH
oklch(0.634 0.202 305.2)CMYK
cmyk(28%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9844E7
2#8826E3
3#771BCD
4#6617B0
5#551393
6#440F75
7#330B58
8#22083B
9#11041D
Tints
Lighter variations
1#B171ED
2#B981EF
3#C290F1
4#CBA0F3
5#D4B0F5
6#DCC0F7
7#E5D0F9
8#EEDFFB
9#F6EFFD
Tones
Muted variations
1#A868E4
2#A86FDD
3#A776D6
4#A77DCF
5#A783C8
6#A78AC1
7#A691BA
8#A698B3
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A861 #A861EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F34 #8F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731A #731AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0948 | 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: #F8F1FD;
--orchid-100: #EEDFFB;
--orchid-200: #DFC4F7;
--orchid-300: #C697F2;
--orchid-400: #A861EA;
--orchid-500: #8F34E5;
--orchid-600: #731AC7;
--orchid-700: #5C159E;
--orchid-800: #410F71;
--orchid-900: #2A0948;
--orchid-950: #1A062D;
}