Orchid
#BD60EB
PurpleColor Codes
All color formats for development
HEX
#BD60EBRGB
rgb(189, 96, 235)HSL
hsl(280, 78%, 65%)OKLCH
oklch(0.657 0.211 312.9)CMYK
cmyk(20%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B143E8
2#A425E4
3#921ACF
4#7D16B1
5#681294
6#540F76
7#3F0B59
8#2A073B
9#15041E
Tints
Lighter variations
1#C470ED
2#CA80EF
3#D190F1
4#D7A0F3
5#DEB0F5
6#E5BFF7
7#EBCFF9
8#F2DFFB
9#F8EFFD
Tones
Muted variations
1#BB67E4
2#B86EDD
3#B675D6
4#B47CD0
5#B183C9
6#AF8AC2
7#AD91BB
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 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D497 #D497F2 | BordersInactive statesPlaceholder text |
| 400 | BD60 #BD60EB | Disabled statesSecondary iconsMuted text |
| 500 | AA33 #AA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D19 #8D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7014 #70149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500E #500E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3309 #330949 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E6C4F8;
--orchid-300: #D497F2;
--orchid-400: #BD60EB;
--orchid-500: #AA33E6;
--orchid-600: #8D19C8;
--orchid-700: #70149F;
--orchid-800: #500E71;
--orchid-900: #330949;
--orchid-950: #20062D;
}