Orchid
#AA65E6
PurpleColor Codes
All color formats for development
HEX
#AA65E6RGB
rgb(170, 101, 230)HSL
hsl(272, 72%, 65%)OKLCH
oklch(0.639 0.193 306.4)CMYK
cmyk(26%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A49E1
2#8A2CDD
3#7A20C8
4#681CAB
5#57178F
6#451372
7#340E56
8#230939
9#11051D
Tints
Lighter variations
1#B375E9
2#BB84EB
3#C494EE
4#CCA3F0
5#D5B2F3
6#DDC2F5
7#E6D1F8
8#EEE0FA
9#F7F0FD
Tones
Muted variations
1#AA6CE0
2#A972D9
3#A979D3
4#A87FCC
5#A886C6
6#A78CBF
7#A792B9
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 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E6 | Disabled statesSecondary iconsMuted text |
| 500 | 923A #923ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 761F #761FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E19 #5E199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4312 #43126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B46 | 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: #DFC6F6;
--orchid-300: #C79AEF;
--orchid-400: #AA65E6;
--orchid-500: #923ADF;
--orchid-600: #761FC1;
--orchid-700: #5E199A;
--orchid-800: #43126E;
--orchid-900: #2B0B46;
--orchid-950: #1B072C;
}