Orchid
#A160EB
PurpleColor Codes
All color formats for development
HEX
#A160EBRGB
rgb(161, 96, 235)HSL
hsl(268, 78%, 65%)OKLCH
oklch(0.626 0.203 302.4)CMYK
cmyk(31%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9043E8
2#7E25E4
3#6E1ACF
4#5E16B1
5#4F1294
6#3F0F76
7#2F0B59
8#1F073B
9#10041E
Tints
Lighter variations
1#AA70ED
2#B480EF
3#BD90F1
4#C7A0F3
5#D0B0F5
6#D9BFF7
7#E3CFF9
8#ECDFFB
9#F6EFFD
Tones
Muted variations
1#A267E4
2#A26EDD
3#A375D6
4#A37CD0
5#A383C9
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 | C197 #C197F2 | BordersInactive statesPlaceholder text |
| 400 | A160 #A160EB | Disabled statesSecondary iconsMuted text |
| 500 | 8633 #8633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A19 #6A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5514 #55149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0E #3C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | 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: #C197F2;
--orchid-400: #A160EB;
--orchid-500: #8633E6;
--orchid-600: #6A19C8;
--orchid-700: #55149F;
--orchid-800: #3C0E71;
--orchid-900: #270949;
--orchid-950: #18062D;
}