Orchid
#B856F5
PurpleColor Codes
All color formats for development
HEX
#B856F5RGB
rgb(184, 86, 245)HSL
hsl(277, 89%, 65%)OKLCH
oklch(0.645 0.233 309.7)CMYK
cmyk(25%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB37F3
2#9E18F2
3#8C0DDB
4#780BBC
5#64099D
6#50077D
7#3C055E
8#28043F
9#14021F
Tints
Lighter variations
1#BF67F6
2#C678F7
3#CD89F8
4#D59AF9
5#DCABFA
6#E3BCFB
7#EACCFC
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B65EED
2#B566E5
3#B36EDD
4#B176D5
5#AF7ECD
6#AD86C6
7#AB8EBE
8#A996B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C0 #E5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D190 #D190F9 | BordersInactive statesPlaceholder text |
| 400 | B856 #B856F5 | Disabled statesSecondary iconsMuted text |
| 500 | A426 #A426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 880C #880CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0A #6C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D07 #4D0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3104 #31044D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DDFD;
--orchid-200: #E5C0FB;
--orchid-300: #D190F9;
--orchid-400: #B856F5;
--orchid-500: #A426F2;
--orchid-600: #880CD4;
--orchid-700: #6C0AA9;
--orchid-800: #4D0778;
--orchid-900: #31044D;
--orchid-950: #1F0330;
}