Orchid
#AD62EA
PurpleColor Codes
All color formats for development
HEX
#AD62EARGB
rgb(173, 98, 234)HSL
hsl(273, 76%, 65%)OKLCH
oklch(0.641 0.202 307)CMYK
cmyk(26%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D45E6
2#8E28E2
3#7D1CCC
4#6B18AF
5#591492
6#471075
7#360C58
8#24083A
9#12041D
Tints
Lighter variations
1#B572EC
2#BD81EE
3#C591F0
4#CEA1F2
5#D6B0F4
6#DEC0F6
7#E6D0F9
8#EFE0FB
9#F7EFFD
Tones
Muted variations
1#AC69E3
2#AB6FDC
3#AA76D5
4#AA7DCE
5#A984C8
6#A88BC1
7#A891BA
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 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C998 #C998F1 | BordersInactive statesPlaceholder text |
| 400 | AD62 #AD62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9535 #9535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791B #791BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0A #2C0A48 | 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: #EFE0FB;
--orchid-200: #E0C5F7;
--orchid-300: #C998F1;
--orchid-400: #AD62EA;
--orchid-500: #9535E3;
--orchid-600: #791BC5;
--orchid-700: #60159D;
--orchid-800: #450F70;
--orchid-900: #2C0A48;
--orchid-950: #1B062D;
}