Orchid
#B355F7
PurpleColor Codes
All color formats for development
HEX
#B355F7RGB
rgb(179, 85, 247)HSL
hsl(275, 91%, 65%)OKLCH
oklch(0.639 0.235 307.7)CMYK
cmyk(28%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A535F5
2#9715F4
3#860ADE
4#7309BE
5#5F079E
6#4C067F
7#39045F
8#26033F
9#130120
Tints
Lighter variations
1#BB66F8
2#C277F9
3#CA88F9
4#D299FA
5#D9AAFB
6#E1BBFC
7#E8CCFD
8#F0DDFD
9#F7EEFE
Tones
Muted variations
1#B25DEF
2#B165E7
3#AF6DDF
4#AE75D6
5#AD7DCE
6#AB85C6
7#AA8DBE
8#A896B6
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8F #CD8FFA | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9E24 #9E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810A #810AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6708 #6708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #49067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F0DDFD;
--orchid-200: #E3C0FC;
--orchid-300: #CD8FFA;
--orchid-400: #B355F7;
--orchid-500: #9E24F5;
--orchid-600: #810AD6;
--orchid-700: #6708AA;
--orchid-800: #49067A;
--orchid-900: #2F044E;
--orchid-950: #1D0231;
}