Orchid
#B954F8
PurpleColor Codes
All color formats for development
HEX
#B954F8RGB
rgb(185, 84, 248)HSL
hsl(277, 92%, 65%)OKLCH
oklch(0.646 0.239 309.5)CMYK
cmyk(25%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC34F7
2#9F14F5
3#8D09DF
4#7908BF
5#65079F
6#51057F
7#3C045F
8#280340
9#140120
Tints
Lighter variations
1#C065F9
2#C776F9
3#CE87FA
4#D598FB
5#DCA9FB
6#E3BAFC
7#EACCFD
8#F1DDFE
9#F8EEFE
Tones
Muted variations
1#B75CF0
2#B564E7
3#B36CDF
4#B174D7
5#AF7DCF
6#AD85C7
7#AB8DBE
8#AA95B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFA | BordersInactive statesPlaceholder text |
| 400 | B954 #B954F8 | Disabled statesSecondary iconsMuted text |
| 500 | A523 #A523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8809 #8809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C07 #6C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D05 #4D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034E | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F1DDFE;
--orchid-200: #E5BFFC;
--orchid-300: #D18EFA;
--orchid-400: #B954F8;
--orchid-500: #A523F6;
--orchid-600: #8809D7;
--orchid-700: #6C07AB;
--orchid-800: #4D057A;
--orchid-900: #32034E;
--orchid-950: #1F0231;
}