Orchid
#BF60EB
PurpleColor Codes
All color formats for development
HEX
#BF60EBRGB
rgb(191, 96, 235)HSL
hsl(281, 78%, 65%)OKLCH
oklch(0.659 0.212 313.6)CMYK
cmyk(19%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B343E8
2#A825E4
3#951ACF
4#8016B1
5#6B1294
6#550F76
7#400B59
8#2B073B
9#15041E
Tints
Lighter variations
1#C670ED
2#CC80EF
3#D290F1
4#D9A0F3
5#DFB0F5
6#E6BFF7
7#ECCFF9
8#F2DFFB
9#F9EFFD
Tones
Muted variations
1#BD67E4
2#BA6EDD
3#B875D6
4#B57CD0
5#B383C9
6#B08AC2
7#AD91BB
8#AB98B4
9#A89FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D597 #D597F2 | BordersInactive statesPlaceholder text |
| 400 | BF60 #BF60EB | Disabled statesSecondary iconsMuted text |
| 500 | AD33 #AD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9019 #9019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7314 #73149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520E #520E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E7C4F8;
--orchid-300: #D597F2;
--orchid-400: #BF60EB;
--orchid-500: #AD33E6;
--orchid-600: #9019C8;
--orchid-700: #73149F;
--orchid-800: #520E71;
--orchid-900: #340949;
--orchid-950: #21062D;
}