Orchid
#B162EA
PurpleColor Codes
All color formats for development
HEX
#B162EARGB
rgb(177, 98, 234)HSL
hsl(275, 76%, 65%)OKLCH
oklch(0.645 0.204 308.6)CMYK
cmyk(24%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A345E6
2#9428E2
3#831CCC
4#7018AF
5#5D1492
6#4B1075
7#380C58
8#25083A
9#13041D
Tints
Lighter variations
1#B972EC
2#C181EE
3#C891F0
4#D0A1F2
5#D8B0F4
6#E0C0F6
7#E8D0F9
8#EFE0FB
9#F7EFFD
Tones
Muted variations
1#B069E3
2#AF6FDC
3#AE76D5
4#AD7DCE
5#AB84C8
6#AA8BC1
7#A991BA
8#A898B3
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C5 #E2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC98 #CC98F1 | BordersInactive statesPlaceholder text |
| 400 | B162 #B162EA | Disabled statesSecondary iconsMuted text |
| 500 | 9B35 #9B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1B #7E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6515 #65159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480F #480F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EFE0FB;
--orchid-200: #E2C5F7;
--orchid-300: #CC98F1;
--orchid-400: #B162EA;
--orchid-500: #9B35E3;
--orchid-600: #7E1BC5;
--orchid-700: #65159D;
--orchid-800: #480F70;
--orchid-900: #2E0A48;
--orchid-950: #1D062D;
}