Orchid
#BC53F9
PurpleColor Codes
All color formats for development
HEX
#BC53F9RGB
rgb(188, 83, 249)HSL
hsl(278, 93%, 65%)OKLCH
oklch(0.649 0.242 310.4)CMYK
cmyk(24%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF33F8
2#A313F6
3#9108E0
4#7C07C0
5#6706A0
6#530580
7#3E0360
8#290240
9#150120
Tints
Lighter variations
1#C364F9
2#C975FA
3#D086FB
4#D798FB
5#DDA9FC
6#E4BAFD
7#EBCBFD
8#F2DDFE
9#F8EEFE
Tones
Muted variations
1#BA5BF0
2#B763E8
3#B56CE0
4#B374D8
5#B17CCF
6#AF85C7
7#AC8DBF
8#AA95B6
9#A89DAE
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 #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38E #D38EFB | BordersInactive statesPlaceholder text |
| 400 | BC53 #BC53F9 | Disabled statesSecondary iconsMuted text |
| 500 | A922 #A922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C08 #8C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F06 #6F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3303 #33034F | 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: #E6BFFD;
--orchid-300: #D38EFB;
--orchid-400: #BC53F9;
--orchid-500: #A922F7;
--orchid-600: #8C08D9;
--orchid-700: #6F06AC;
--orchid-800: #50047B;
--orchid-900: #33034F;
--orchid-950: #200231;
}