Orchid
#B355F6
PurpleColor Codes
All color formats for development
HEX
#B355F6RGB
rgb(179, 85, 246)HSL
hsl(275, 90%, 65%)OKLCH
oklch(0.639 0.234 307.9)CMYK
cmyk(27%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A536F4
2#9716F3
3#850CDC
4#720ABD
5#5F089D
6#4C077E
7#39055E
8#26033F
9#13021F
Tints
Lighter variations
1#BB66F7
2#C277F8
3#CA88F9
4#D199FA
5#D9AAFB
6#E1BBFB
7#E8CCFC
8#F0DDFD
9#F7EEFE
Tones
Muted variations
1#B25DEE
2#B065E6
3#AF6EDE
4#AE76D6
5#AC7ECE
6#AB86C6
7#AA8EBE
8#A896B6
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD90 #CD90F9 | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9D25 #9D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810B #810BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6709 #6709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #490679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #F0DDFD;
--orchid-200: #E3C0FC;
--orchid-300: #CD90F9;
--orchid-400: #B355F6;
--orchid-500: #9D25F4;
--orchid-600: #810BD5;
--orchid-700: #6709AA;
--orchid-800: #490679;
--orchid-900: #2F044E;
--orchid-950: #1D0330;
}