Orchid
#BC52FA
PurpleColor Codes
All color formats for development
HEX
#BC52FARGB
rgb(188, 82, 250)HSL
hsl(278, 94%, 65%)OKLCH
oklch(0.648 0.244 310.2)CMYK
cmyk(25%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B032F9
2#A312F8
3#9107E1
4#7C06C1
5#6805A1
6#530481
7#3E0360
8#290240
9#150120
Tints
Lighter variations
1#C363FA
2#C974FB
3#D086FB
4#D797FC
5#DEA8FC
6#E4BAFD
7#EBCBFD
8#F2DCFE
9#F8EEFE
Tones
Muted variations
1#BA5AF1
2#B863E9
3#B56BE0
4#B373D8
5#B17CD0
6#AF84C7
7#AC8DBF
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 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFB | BordersInactive statesPlaceholder text |
| 400 | BC52 #BC52FA | Disabled statesSecondary iconsMuted text |
| 500 | A920 #A920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C07 #8C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7005 #7005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #33024F | 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: #F9F0FF;
--orchid-100: #F2DCFE;
--orchid-200: #E6BFFD;
--orchid-300: #D38DFB;
--orchid-400: #BC52FA;
--orchid-500: #A920F8;
--orchid-600: #8C07DA;
--orchid-700: #7005AD;
--orchid-800: #50047C;
--orchid-900: #33024F;
--orchid-950: #200231;
}