Orchid
#BC5BF1
PurpleColor Codes
All color formats for development
HEX
#BC5BF1RGB
rgb(188, 91, 241)HSL
hsl(279, 84%, 65%)OKLCH
oklch(0.653 0.224 311.6)CMYK
cmyk(22%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B03CEE
2#A31EEB
3#9113D5
4#7D10B7
5#680D98
6#530B7A
7#3E085B
8#2A053D
9#15031E
Tints
Lighter variations
1#C36BF2
2#CA7CF4
3#D08CF5
4#D79CF6
5#DEADF8
6#E4BDF9
7#EBCEFB
8#F2DEFC
9#F8EFFE
Tones
Muted variations
1#BA62E9
2#B86AE2
3#B571DA
4#B379D3
5#B180CB
6#AF88C4
7#AC8FBC
8#AA97B5
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C2 #E6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D393 #D393F6 | BordersInactive statesPlaceholder text |
| 400 | BC5B #BC5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A92C #A92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C12 #8C12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 700E #700EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500A #500A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3307 #33074B | Primary textHigh emphasis contentDark headings |
| 950 | 2004 #20042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DEFC;
--orchid-200: #E6C2FA;
--orchid-300: #D393F6;
--orchid-400: #BC5BF1;
--orchid-500: #A92CED;
--orchid-600: #8C12CE;
--orchid-700: #700EA4;
--orchid-800: #500A75;
--orchid-900: #33074B;
--orchid-950: #20042F;
}