Orchid
#BF5BF1
PurpleColor Codes
All color formats for development
HEX
#BF5BF1RGB
rgb(191, 91, 241)HSL
hsl(280, 84%, 65%)OKLCH
oklch(0.657 0.225 312.6)CMYK
cmyk(21%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B33CEE
2#A71EEB
3#9513D5
4#7F10B7
5#6A0D98
6#550B7A
7#40085B
8#2A053D
9#15031E
Tints
Lighter variations
1#C56BF2
2#CC7CF4
3#D28CF5
4#D89CF6
5#DFADF8
6#E5BDF9
7#ECCEFB
8#F2DEFC
9#F9EFFE
Tones
Muted variations
1#BC62E9
2#BA6AE2
3#B771DA
4#B579D3
5#B280CB
6#B088C4
7#AD8FBC
8#AB97B5
9#A89EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C2 #E7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D593 #D593F6 | BordersInactive statesPlaceholder text |
| 400 | BF5B #BF5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | AC2C #AC2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9012 #9012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 720E #720EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520A #520A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3407 #34074B | Primary textHigh emphasis contentDark headings |
| 950 | 2104 #21042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DEFC;
--orchid-200: #E7C2FA;
--orchid-300: #D593F6;
--orchid-400: #BF5BF1;
--orchid-500: #AC2CED;
--orchid-600: #9012CE;
--orchid-700: #720EA4;
--orchid-800: #520A75;
--orchid-900: #34074B;
--orchid-950: #21042F;
}