Orchid
#BC51FB
PurpleColor Codes
All color formats for development
HEX
#BC51FBRGB
rgb(188, 81, 251)HSL
hsl(278, 96%, 65%)OKLCH
oklch(0.648 0.247 310.1)CMYK
cmyk(25%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B030FB
2#A40FFA
3#9205E3
4#7D04C3
5#6803A2
6#530382
7#3E0261
8#2A0141
9#150120
Tints
Lighter variations
1#C362FC
2#CA73FC
3#D185FD
4#D796FD
5#DEA8FD
6#E4B9FE
7#EBCBFE
8#F2DCFE
9#F8EEFF
Tones
Muted variations
1#BA59F3
2#B861EA
3#B66AE2
4#B372D9
5#B17BD1
6#AF83C8
7#AD8CBF
8#AA95B7
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BE #E6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D38C #D38CFD | BordersInactive statesPlaceholder text |
| 400 | BD50 #BD50FB | Disabled statesSecondary iconsMuted text |
| 500 | AA1E #AA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D04 #8D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7004 #7004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5003 #50037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #330250 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F2DCFE;
--orchid-200: #E6BEFE;
--orchid-300: #D38CFD;
--orchid-400: #BD50FB;
--orchid-500: #AA1EFA;
--orchid-600: #8D04DC;
--orchid-700: #7004AF;
--orchid-800: #50037D;
--orchid-900: #330250;
--orchid-950: #200132;
}