Orchid
#A85DEE
PurpleColor Codes
All color formats for development
HEX
#A85DEERGB
rgb(168, 93, 238)HSL
hsl(271, 81%, 65%)OKLCH
oklch(0.631 0.212 304.9)CMYK
cmyk(29%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#983FEB
2#8821E8
3#7716D2
4#6613B4
5#551096
6#440D78
7#33095A
8#22063C
9#11031E
Tints
Lighter variations
1#B16EF0
2#BA7EF1
3#C28EF3
4#CB9EF5
5#D4AEF7
6#DCBEF8
7#E5CFFA
8#EEDFFC
9#F6EFFD
Tones
Muted variations
1#A865E7
2#A86CE0
3#A773D8
4#A77AD1
5#A782CA
6#A789C3
7#A690BB
8#A697B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC3 #DFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C695 #C695F4 | BordersInactive statesPlaceholder text |
| 400 | A85D #A85DEE | Disabled statesSecondary iconsMuted text |
| 500 | 8F2F #8F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7315 #7315CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C11 #5C11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410C #410C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A08 #2A084A | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDFFC;
--orchid-200: #DFC3F9;
--orchid-300: #C695F4;
--orchid-400: #A85DEE;
--orchid-500: #8F2FE9;
--orchid-600: #7315CB;
--orchid-700: #5C11A2;
--orchid-800: #410C73;
--orchid-900: #2A084A;
--orchid-950: #1A052E;
}