Orchid
#B365E7
PurpleColor Codes
All color formats for development
HEX
#B365E7RGB
rgb(179, 101, 231)HSL
hsl(276, 73%, 65%)OKLCH
oklch(0.65 0.197 309.7)CMYK
cmyk(23%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A548E2
2#962BDE
3#851FC9
4#721BAC
5#5F168F
6#4C1273
7#390D56
8#260939
9#13041D
Tints
Lighter variations
1#BA74E9
2#C283EC
3#CA93EE
4#D1A2F1
5#D9B2F3
6#E1C1F5
7#E8D1F8
8#F0E0FA
9#F7F0FD
Tones
Muted variations
1#B16BE0
2#B072DA
3#AF78D3
4#AE7FCD
5#AC85C6
6#AB8CC0
7#AA92B9
8#A899B3
9#A79FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD9A #CD9AEF | BordersInactive statesPlaceholder text |
| 400 | B365 #B365E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9D38 #9D38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811E #811EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6618 #66189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4911 #49116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0B #2F0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D07 #1D072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #F0E0FA;
--orchid-200: #E3C6F6;
--orchid-300: #CD9AEF;
--orchid-400: #B365E7;
--orchid-500: #9D38E0;
--orchid-600: #811EC2;
--orchid-700: #66189A;
--orchid-800: #49116E;
--orchid-900: #2F0B47;
--orchid-950: #1D072C;
}