Orchid
#BC62EA
PurpleColor Codes
All color formats for development
HEX
#BC62EARGB
rgb(188, 98, 234)HSL
hsl(280, 76%, 65%)OKLCH
oklch(0.658 0.207 312.6)CMYK
cmyk(20%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B045E6
2#A428E2
3#911CCC
4#7D18AF
5#681492
6#531075
7#3E0C58
8#2A083A
9#15041D
Tints
Lighter variations
1#C372EC
2#CA81EE
3#D091F0
4#D7A1F2
5#DEB0F4
6#E4C0F6
7#EBD0F9
8#F2E0FB
9#F8EFFD
Tones
Muted variations
1#BA69E3
2#B86FDC
3#B676D5
4#B37DCE
5#B184C8
6#AF8BC1
7#AD91BA
8#AA98B3
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F1 | BordersInactive statesPlaceholder text |
| 400 | BC62 #BC62EA | Disabled statesSecondary iconsMuted text |
| 500 | A935 #A935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D1B #8D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7015 #70159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500F #500F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F2E0FB;
--orchid-200: #E6C5F7;
--orchid-300: #D398F1;
--orchid-400: #BC62EA;
--orchid-500: #A935E3;
--orchid-600: #8D1BC5;
--orchid-700: #70159D;
--orchid-800: #500F70;
--orchid-900: #330A48;
--orchid-950: #20062D;
}