Orchid
#B656F5
PurpleColor Codes
All color formats for development
HEX
#B656F5RGB
rgb(182, 86, 245)HSL
hsl(276, 89%, 65%)OKLCH
oklch(0.643 0.233 309)CMYK
cmyk(26%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A837F3
2#9A18F2
3#890DDB
4#750BBC
5#62099D
6#4E077D
7#3B055E
8#27043F
9#14021F
Tints
Lighter variations
1#BD67F6
2#C478F7
3#CC89F8
4#D39AF9
5#DAABFA
6#E2BCFB
7#E9CCFC
8#F0DDFD
9#F8EEFE
Tones
Muted variations
1#B45EED
2#B266E5
3#B16EDD
4#AF76D5
5#AE7ECD
6#AC86C6
7#AB8EBE
8#A996B6
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C0 #E4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF90 #CF90F9 | BordersInactive statesPlaceholder text |
| 400 | B656 #B656F5 | Disabled statesSecondary iconsMuted text |
| 500 | A126 #A126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840C #840CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690A #690AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B07 #4B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3004 #30044D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DDFD;
--orchid-200: #E4C0FB;
--orchid-300: #CF90F9;
--orchid-400: #B656F5;
--orchid-500: #A126F2;
--orchid-600: #840CD4;
--orchid-700: #690AA9;
--orchid-800: #4B0778;
--orchid-900: #30044D;
--orchid-950: #1E0330;
}