Orchid
#BE55F7
PurpleColor Codes
All color formats for development
HEX
#BE55F7RGB
rgb(190, 85, 247)HSL
hsl(279, 91%, 65%)OKLCH
oklch(0.652 0.238 311.3)CMYK
cmyk(23%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B235F5
2#A615F4
3#940ADE
4#7F09BE
5#69079E
6#54067F
7#3F045F
8#2A033F
9#150120
Tints
Lighter variations
1#C566F8
2#CB77F9
3#D288F9
4#D899FA
5#DFAAFB
6#E5BBFC
7#ECCCFD
8#F2DDFD
9#F9EEFE
Tones
Muted variations
1#BC5DEF
2#B965E7
3#B76DDF
4#B475D6
5#B27DCE
6#AF85C6
7#AD8DBE
8#AB96B6
9#A89EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D48F #D48FFA | BordersInactive statesPlaceholder text |
| 400 | BE55 #BE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | AC24 #AC24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F0A #8F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7208 #7208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5106 #51067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044E | 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: #F2DDFD;
--orchid-200: #E7C0FC;
--orchid-300: #D48FFA;
--orchid-400: #BE55F7;
--orchid-500: #AC24F5;
--orchid-600: #8F0AD6;
--orchid-700: #7208AA;
--orchid-800: #51067A;
--orchid-900: #34044E;
--orchid-950: #200231;
}