Orchid
#BE65E7
PurpleColor Codes
All color formats for development
HEX
#BE65E7RGB
rgb(190, 101, 231)HSL
hsl(281, 73%, 65%)OKLCH
oklch(0.662 0.2 313.9)CMYK
cmyk(18%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B248E2
2#A52BDE
3#931FC9
4#7E1BAC
5#69168F
6#541273
7#3F0D56
8#2A0939
9#15041D
Tints
Lighter variations
1#C474E9
2#CB83EC
3#D193EE
4#D8A2F1
5#DEB2F3
6#E5C1F5
7#EBD1F8
8#F2E0FA
9#F8F0FD
Tones
Muted variations
1#BB6BE0
2#B972DA
3#B678D3
4#B47FCD
5#B285C6
6#AF8CC0
7#AD92B9
8#AB99B3
9#A89FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C6 #E7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D49A #D49AEF | BordersInactive statesPlaceholder text |
| 400 | BE65 #BE65E7 | Disabled statesSecondary iconsMuted text |
| 500 | AB38 #AB38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E1E #8E1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7118 #71189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5111 #51116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 340B #340B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2007 #20072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F2E0FA;
--orchid-200: #E7C6F6;
--orchid-300: #D49AEF;
--orchid-400: #BE65E7;
--orchid-500: #AB38E0;
--orchid-600: #8E1EC2;
--orchid-700: #71189A;
--orchid-800: #51116E;
--orchid-900: #340B47;
--orchid-950: #20072C;
}