Orchid
#C161EA
PurpleColor Codes
All color formats for development
HEX
#C161EARGB
rgb(193, 97, 234)HSL
hsl(282, 77%, 65%)OKLCH
oklch(0.662 0.211 314.5)CMYK
cmyk(18%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B644E7
2#AA26E3
3#981BCD
4#8217B0
5#6C1393
6#570F75
7#410B58
8#2B083B
9#16041D
Tints
Lighter variations
1#C771ED
2#CE81EF
3#D490F1
4#DAA0F3
5#E0B0F5
6#E6C0F7
7#ECD0F9
8#F3DFFB
9#F9EFFD
Tones
Muted variations
1#BE68E4
2#BC6FDD
3#B976D6
4#B67DCF
5#B383C8
6#B18AC1
7#AE91BA
8#AB98B3
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D697 #D697F2 | BordersInactive statesPlaceholder text |
| 400 | C161 #C161EA | Disabled statesSecondary iconsMuted text |
| 500 | B034 #B034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 931A #931AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7515 #75159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3509 #350948 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F3DFFB;
--orchid-200: #E8C4F7;
--orchid-300: #D697F2;
--orchid-400: #C161EA;
--orchid-500: #B034E5;
--orchid-600: #931AC7;
--orchid-700: #75159E;
--orchid-800: #530F71;
--orchid-900: #350948;
--orchid-950: #21062D;
}