Orchid
#B84DFF
PurpleColor Codes
All color formats for development
HEX
#B84DFFRGB
rgb(184, 77, 255)HSL
hsl(276, 100%, 65%)OKLCH
oklch(0.642 0.254 308.3)CMYK
cmyk(28%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA2BFF
2#9D0AFF
3#8B00E8
4#7700C7
5#6300A6
6#500085
7#3C0063
8#280042
9#140021
Tints
Lighter variations
1#BF5EFF
2#C670FF
3#CD82FF
4#D494FF
5#DBA6FF
6#E2B8FF
7#EAC9FF
8#F1DBFF
9#F8EDFF
Tones
Muted variations
1#B655F6
2#B45EED
3#B267E4
4#B070DB
5#AF79D2
6#AD82C9
7#AB8BC1
8#A994B8
9#A89DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BD #E4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D08A #D08AFF | BordersInactive statesPlaceholder text |
| 400 | B84D #B84DFF | Disabled statesSecondary iconsMuted text |
| 500 | A31A #A31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8700 #8700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B00 #6B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C00 #4C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3100 #310052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DBFF;
--orchid-200: #E4BDFF;
--orchid-300: #D08AFF;
--orchid-400: #B84DFF;
--orchid-500: #A31AFF;
--orchid-600: #8700E0;
--orchid-700: #6B00B3;
--orchid-800: #4C0080;
--orchid-900: #310052;
--orchid-950: #1F0033;
}