Orchid
#BB60EB
PurpleColor Codes
All color formats for development
HEX
#BB60EBRGB
rgb(187, 96, 235)HSL
hsl(279, 78%, 65%)OKLCH
oklch(0.655 0.211 312.2)CMYK
cmyk(20%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE43E8
2#A125E4
3#8F1ACF
4#7B16B1
5#661294
6#520F76
7#3D0B59
8#29073B
9#14041E
Tints
Lighter variations
1#C170ED
2#C880EF
3#CF90F1
4#D6A0F3
5#DDB0F5
6#E4BFF7
7#EACFF9
8#F1DFFB
9#F8EFFD
Tones
Muted variations
1#B967E4
2#B66EDD
3#B475D6
4#B27CD0
5#B083C9
6#AE8AC2
7#AC91BB
8#AA98B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D297 #D297F2 | BordersInactive statesPlaceholder text |
| 400 | BB60 #BB60EB | Disabled statesSecondary iconsMuted text |
| 500 | A733 #A733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A19 #8A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E14 #6E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0E #4F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3209 #320949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E6C4F8;
--orchid-300: #D297F2;
--orchid-400: #BB60EB;
--orchid-500: #A733E6;
--orchid-600: #8A19C8;
--orchid-700: #6E149F;
--orchid-800: #4F0E71;
--orchid-900: #320949;
--orchid-950: #1F062D;
}