Orchid
#A15FEC
PurpleColor Codes
All color formats for development
HEX
#A15FECRGB
rgb(161, 95, 236)HSL
hsl(268, 79%, 65%)OKLCH
oklch(0.625 0.206 302.4)CMYK
cmyk(32%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9042E9
2#7E24E5
3#6E18D0
4#5E15B2
5#4F1194
6#3F0E77
7#2F0A59
8#1F073B
9#10031E
Tints
Lighter variations
1#AA6FEE
2#B47FF0
3#BD8FF2
4#C79FF4
5#D0AFF6
6#D9BFF8
7#E3CFF9
8#ECDFFB
9#F6EFFD
Tones
Muted variations
1#A266E5
2#A26DDE
3#A274D7
4#A37BD0
5#A382C9
6#A48AC2
7#A491BB
8#A598B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC4 #DCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C196 #C196F3 | BordersInactive statesPlaceholder text |
| 400 | A15F #A15FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8632 #8632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A18 #6A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5513 #5513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0D #3C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | Primary textHigh emphasis contentDark headings |
| 950 | 1805 #18052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #ECDFFB;
--orchid-200: #DCC4F8;
--orchid-300: #C196F3;
--orchid-400: #A15FEC;
--orchid-500: #8632E7;
--orchid-600: #6A18C9;
--orchid-700: #5513A0;
--orchid-800: #3C0D72;
--orchid-900: #270949;
--orchid-950: #18052E;
}