Orchid
#B860EB
PurpleColor Codes
All color formats for development
HEX
#B860EBRGB
rgb(184, 96, 235)HSL
hsl(278, 78%, 65%)OKLCH
oklch(0.651 0.21 311.1)CMYK
cmyk(22%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB43E8
2#9E25E4
3#8C1ACF
4#7816B1
5#641294
6#500F76
7#3C0B59
8#28073B
9#14041E
Tints
Lighter variations
1#BF70ED
2#C680EF
3#CE90F1
4#D5A0F3
5#DCB0F5
6#E3BFF7
7#EACFF9
8#F1DFFB
9#F8EFFD
Tones
Muted variations
1#B667E4
2#B56EDD
3#B375D6
4#B17CD0
5#AF83C9
6#AD8AC2
7#AB91BB
8#A998B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D197 #D197F2 | BordersInactive statesPlaceholder text |
| 400 | B860 #B860EB | Disabled statesSecondary iconsMuted text |
| 500 | A433 #A433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8819 #8819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C14 #6C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0E #4D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E5C4F8;
--orchid-300: #D197F2;
--orchid-400: #B860EB;
--orchid-500: #A433E6;
--orchid-600: #8819C8;
--orchid-700: #6C149F;
--orchid-800: #4D0E71;
--orchid-900: #310949;
--orchid-950: #1F062D;
}