Orchid
#BC54F8
PurpleColor Codes
All color formats for development
HEX
#BC54F8RGB
rgb(188, 84, 248)HSL
hsl(278, 92%, 65%)OKLCH
oklch(0.649 0.24 310.5)CMYK
cmyk(24%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF34F7
2#A314F5
3#9009DF
4#7C08BF
5#67079F
6#53057F
7#3E045F
8#290340
9#150120
Tints
Lighter variations
1#C265F9
2#C976F9
3#D087FA
4#D798FB
5#DDA9FB
6#E4BAFC
7#EBCCFD
8#F2DDFE
9#F8EEFE
Tones
Muted variations
1#B95CF0
2#B764E7
3#B56CDF
4#B374D7
5#B17DCF
6#AF85C7
7#AC8DBE
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 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D38E #D38EFA | BordersInactive statesPlaceholder text |
| 400 | BC54 #BC54F8 | Disabled statesSecondary iconsMuted text |
| 500 | A823 #A823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C09 #8C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F07 #6F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F05 #4F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3303 #33034E | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F2DDFE;
--orchid-200: #E6BFFC;
--orchid-300: #D38EFA;
--orchid-400: #BC54F8;
--orchid-500: #A823F6;
--orchid-600: #8C09D7;
--orchid-700: #6F07AB;
--orchid-800: #4F057A;
--orchid-900: #33034E;
--orchid-950: #200231;
}