Orchid
#AA62EA
PurpleColor Codes
All color formats for development
HEX
#AA62EARGB
rgb(170, 98, 234)HSL
hsl(272, 76%, 65%)OKLCH
oklch(0.638 0.202 305.9)CMYK
cmyk(27%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B45E6
2#8B28E2
3#7A1CCC
4#6818AF
5#571492
6#461075
7#340C58
8#23083A
9#11041D
Tints
Lighter variations
1#B372EC
2#BB81EE
3#C491F0
4#CCA1F2
5#D5B0F4
6#DDC0F6
7#E6D0F9
8#EEE0FB
9#F7EFFD
Tones
Muted variations
1#AA69E3
2#A96FDC
3#A976D5
4#A87DCE
5#A884C8
6#A88BC1
7#A791BA
8#A798B3
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C798 #C798F1 | BordersInactive statesPlaceholder text |
| 400 | AA62 #AA62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9235 #9235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761B #761BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E15 #5E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430F #430F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0A #2B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EEE0FB;
--orchid-200: #E0C5F7;
--orchid-300: #C798F1;
--orchid-400: #AA62EA;
--orchid-500: #9235E3;
--orchid-600: #761BC5;
--orchid-700: #5E159D;
--orchid-800: #430F70;
--orchid-900: #2B0A48;
--orchid-950: #1B062D;
}