Orchid
#A860EB
PurpleColor Codes
All color formats for development
HEX
#A860EBRGB
rgb(168, 96, 235)HSL
hsl(271, 78%, 65%)OKLCH
oklch(0.633 0.205 305.1)CMYK
cmyk(29%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9843E8
2#8825E4
3#771ACF
4#6616B1
5#551294
6#440F76
7#330B59
8#22073B
9#11041E
Tints
Lighter variations
1#B170ED
2#B980EF
3#C290F1
4#CBA0F3
5#D4B0F5
6#DCBFF7
7#E5CFF9
8#EEDFFB
9#F6EFFD
Tones
Muted variations
1#A867E4
2#A86EDD
3#A775D6
4#A77CD0
5#A783C9
6#A78AC2
7#A691BB
8#A698B4
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 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A860 #A860EB | Disabled statesSecondary iconsMuted text |
| 500 | 8F33 #8F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7319 #7319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C14 #5C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410E #410E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | 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: #DFC4F8;
--orchid-300: #C697F2;
--orchid-400: #A860EB;
--orchid-500: #8F33E6;
--orchid-600: #7319C8;
--orchid-700: #5C149F;
--orchid-800: #410E71;
--orchid-900: #2A0949;
--orchid-950: #1A062D;
}