Orchid
#B857F4
PurpleColor Codes
All color formats for development
HEX
#B857F4RGB
rgb(184, 87, 244)HSL
hsl(277, 88%, 65%)OKLCH
oklch(0.645 0.231 309.8)CMYK
cmyk(25%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB38F2
2#9E19F0
3#8C0EDA
4#780CBB
5#640A9C
6#50087D
7#3C065D
8#28043E
9#14021F
Tints
Lighter variations
1#BF68F5
2#C679F6
3#CD8AF8
4#D49AF9
5#DCABFA
6#E3BCFB
7#EACDFC
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B65FEC
2#B467E5
3#B36FDD
4#B177D5
5#AF7ECD
6#AD86C5
7#AB8EBD
8#A996B5
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 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F8 | BordersInactive statesPlaceholder text |
| 400 | B857 #B857F4 | Disabled statesSecondary iconsMuted text |
| 500 | A427 #A427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870D #870DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0B #6C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054D | 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: #E5C1FB;
--orchid-300: #D091F8;
--orchid-400: #B857F4;
--orchid-500: #A427F1;
--orchid-600: #870DD3;
--orchid-700: #6C0BA8;
--orchid-800: #4D0878;
--orchid-900: #31054D;
--orchid-950: #1F0330;
}