Orchid
#BB55F7
PurpleColor Codes
All color formats for development
HEX
#BB55F7RGB
rgb(187, 85, 247)HSL
hsl(278, 91%, 65%)OKLCH
oklch(0.649 0.237 310.3)CMYK
cmyk(24%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF35F5
2#A215F4
3#900ADE
4#7C09BE
5#67079E
6#52067F
7#3E045F
8#29033F
9#150120
Tints
Lighter variations
1#C266F8
2#C977F9
3#D088F9
4#D699FA
5#DDAAFB
6#E4BBFC
7#EBCCFD
8#F1DDFD
9#F8EEFE
Tones
Muted variations
1#B95DEF
2#B765E7
3#B56DDF
4#B375D6
5#B17DCE
6#AE85C6
7#AC8DBE
8#AA96B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D38F #D38FFA | BordersInactive statesPlaceholder text |
| 400 | BB55 #BB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | A824 #A824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0A #8B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F08 #6F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F06 #4F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3304 #33044E | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F1DDFD;
--orchid-200: #E6C0FC;
--orchid-300: #D38FFA;
--orchid-400: #BB55F7;
--orchid-500: #A824F5;
--orchid-600: #8B0AD6;
--orchid-700: #6F08AA;
--orchid-800: #4F067A;
--orchid-900: #33044E;
--orchid-950: #200231;
}