Orchid
#A85FEC
PurpleColor Codes
All color formats for development
HEX
#A85FECRGB
rgb(168, 95, 236)HSL
hsl(271, 79%, 65%)OKLCH
oklch(0.632 0.207 305.1)CMYK
cmyk(29%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9842E9
2#8824E5
3#7718D0
4#6615B2
5#551194
6#440E77
7#330A59
8#22073B
9#11031E
Tints
Lighter variations
1#B16FEE
2#B97FF0
3#C28FF2
4#CB9FF4
5#D4AFF6
6#DCBFF8
7#E5CFF9
8#EEDFFB
9#F6EFFD
Tones
Muted variations
1#A866E5
2#A86DDE
3#A774D7
4#A77BD0
5#A782C9
6#A78AC2
7#A691BB
8#A698B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C696 #C696F3 | BordersInactive statesPlaceholder text |
| 400 | A85F #A85FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8F32 #8F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7318 #7318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C13 #5C13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EEDFFB;
--orchid-200: #DFC4F8;
--orchid-300: #C696F3;
--orchid-400: #A85FEC;
--orchid-500: #8F32E7;
--orchid-600: #7318C9;
--orchid-700: #5C13A0;
--orchid-800: #410D72;
--orchid-900: #2A0949;
--orchid-950: #1A052E;
}