Orchid
#9861EA
PurpleColor Codes
All color formats for development
HEX
#9861EARGB
rgb(152, 97, 234)HSL
hsl(264, 77%, 65%)OKLCH
oklch(0.617 0.199 299)CMYK
cmyk(35%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8544E7
2#7226E3
3#621BCD
4#5417B0
5#461393
6#380F75
7#2A0B58
8#1C083B
9#0E041D
Tints
Lighter variations
1#A271ED
2#AD81EF
3#B790F1
4#C1A0F3
5#CCB0F5
6#D6C0F7
7#E0D0F9
8#EADFFB
9#F5EFFD
Tones
Muted variations
1#9968E4
2#9B6FDD
3#9C76D6
4#9E7DCF
5#9F83C8
6#A08AC1
7#A291BA
8#A398B3
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9861 #9861EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B34 #7B34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1A #5F1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230948 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EADFFB;
--orchid-200: #D9C4F7;
--orchid-300: #BB97F2;
--orchid-400: #9861EA;
--orchid-500: #7B34E5;
--orchid-600: #5F1AC7;
--orchid-700: #4C159E;
--orchid-800: #360F71;
--orchid-900: #230948;
--orchid-950: #16062D;
}