Orchid
#A85DEF
PurpleColor Codes
All color formats for development
HEX
#A85DEFRGB
rgb(168, 93, 239)HSL
hsl(271, 82%, 65%)OKLCH
oklch(0.632 0.214 304.7)CMYK
cmyk(30%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#983EEC
2#8820E9
3#7715D3
4#6612B5
5#550F97
6#440C79
7#33095A
8#22063C
9#11031E
Tints
Lighter variations
1#B16DF1
2#BA7DF2
3#C28DF4
4#CB9EF5
5#D4AEF7
6#DCBEF9
7#E5CEFA
8#EEDFFC
9#F6EFFD
Tones
Muted variations
1#A864E8
2#A86BE0
3#A773D9
4#A77AD2
5#A781CA
6#A788C3
7#A690BC
8#A697B4
9#A69EAD
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 | C694 #C694F4 | BordersInactive statesPlaceholder text |
| 400 | A85D #A85DEF | Disabled statesSecondary iconsMuted text |
| 500 | 8F2E #8F2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7314 #7314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C10 #5C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410B #410B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074A | 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: #C694F4;
--orchid-400: #A85DEF;
--orchid-500: #8F2EEA;
--orchid-600: #7314CC;
--orchid-700: #5C10A2;
--orchid-800: #410B74;
--orchid-900: #2A074A;
--orchid-950: #1A052E;
}