Orchid
#AC65E7
PurpleColor Codes
All color formats for development
HEX
#AC65E7RGB
rgb(172, 101, 231)HSL
hsl(273, 73%, 65%)OKLCH
oklch(0.642 0.194 307)CMYK
cmyk(26%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D48E2
2#8E2BDE
3#7C1FC9
4#6B1BAC
5#59168F
6#471273
7#350D56
8#240939
9#12041D
Tints
Lighter variations
1#B574E9
2#BD83EC
3#C593EE
4#CDA2F1
5#D6B2F3
6#DEC1F5
7#E6D1F8
8#EEE0FA
9#F7F0FD
Tones
Muted variations
1#AC6BE0
2#AB72DA
3#AA78D3
4#AA7FCD
5#A985C6
6#A88CC0
7#A892B9
8#A799B3
9#A69FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C6 #E0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C99A #C99AEF | BordersInactive statesPlaceholder text |
| 400 | AC65 #AC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9538 #9538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 781E #781EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6018 #60189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4411 #44116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0B #2C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EEE0FA;
--orchid-200: #E0C6F6;
--orchid-300: #C99AEF;
--orchid-400: #AC65E7;
--orchid-500: #9538E0;
--orchid-600: #781EC2;
--orchid-700: #60189A;
--orchid-800: #44116E;
--orchid-900: #2C0B47;
--orchid-950: #1B072C;
}