Orchid
#B861EA
PurpleColor Codes
All color formats for development
HEX
#B861EARGB
rgb(184, 97, 234)HSL
hsl(278, 77%, 65%)OKLCH
oklch(0.652 0.207 311.3)CMYK
cmyk(21%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB44E7
2#9E26E3
3#8C1BCD
4#7817B0
5#641393
6#500F75
7#3C0B58
8#28083B
9#14041D
Tints
Lighter variations
1#BF71ED
2#C681EF
3#CD90F1
4#D4A0F3
5#DCB0F5
6#E3C0F7
7#EAD0F9
8#F1DFFB
9#F8EFFD
Tones
Muted variations
1#B668E4
2#B46FDD
3#B376D6
4#B17DCF
5#AF83C8
6#AD8AC1
7#AB91BA
8#A998B3
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 #E5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D097 #D097F2 | BordersInactive statesPlaceholder text |
| 400 | B861 #B861EA | Disabled statesSecondary iconsMuted text |
| 500 | A434 #A434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 871A #871AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C15 #6C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0F #4D0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310948 | 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: #E5C4F7;
--orchid-300: #D097F2;
--orchid-400: #B861EA;
--orchid-500: #A434E5;
--orchid-600: #871AC7;
--orchid-700: #6C159E;
--orchid-800: #4D0F71;
--orchid-900: #310948;
--orchid-950: #1F062D;
}