Orchid
#B160EB
PurpleColor Codes
All color formats for development
HEX
#B160EBRGB
rgb(177, 96, 235)HSL
hsl(275, 78%, 65%)OKLCH
oklch(0.643 0.207 308.5)CMYK
cmyk(25%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A343E8
2#9525E4
3#831ACF
4#7016B1
5#5E1294
6#4B0F76
7#380B59
8#25073B
9#13041E
Tints
Lighter variations
1#B970ED
2#C180EF
3#C990F1
4#D0A0F3
5#D8B0F5
6#E0BFF7
7#E8CFF9
8#EFDFFB
9#F7EFFD
Tones
Muted variations
1#B067E4
2#AF6EDD
3#AE75D6
4#AD7CD0
5#AC83C9
6#AA8AC2
7#A991BB
8#A898B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC97 #CC97F2 | BordersInactive statesPlaceholder text |
| 400 | B160 #B160EB | Disabled statesSecondary iconsMuted text |
| 500 | 9B33 #9B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F19 #7F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6514 #65149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480E #480E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | 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: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E2C4F8;
--orchid-300: #CC97F2;
--orchid-400: #B160EB;
--orchid-500: #9B33E6;
--orchid-600: #7F19C8;
--orchid-700: #65149F;
--orchid-800: #480E71;
--orchid-900: #2E0949;
--orchid-950: #1D062D;
}