Orchid
#BB56F5
PurpleColor Codes
All color formats for development
HEX
#BB56F5RGB
rgb(187, 86, 245)HSL
hsl(278, 89%, 65%)OKLCH
oklch(0.648 0.234 310.7)CMYK
cmyk(24%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE37F3
2#A218F2
3#900DDB
4#7B0BBC
5#67099D
6#52077D
7#3E055E
8#29043F
9#15021F
Tints
Lighter variations
1#C267F6
2#C978F7
3#CF89F8
4#D69AF9
5#DDABFA
6#E4BCFB
7#EBCCFC
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B95EED
2#B766E5
3#B56EDD
4#B276D5
5#B07ECD
6#AE86C6
7#AC8EBE
8#AA96B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB56 #BB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | A726 #A726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0C #8B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0A #6E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F07 #4F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3204 #32044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DDFD;
--orchid-200: #E6C0FB;
--orchid-300: #D290F9;
--orchid-400: #BB56F5;
--orchid-500: #A726F2;
--orchid-600: #8B0CD4;
--orchid-700: #6E0AA9;
--orchid-800: #4F0778;
--orchid-900: #32044D;
--orchid-950: #200330;
}