Orchid
#B155F7
PurpleColor Codes
All color formats for development
HEX
#B155F7RGB
rgb(177, 85, 247)HSL
hsl(274, 91%, 65%)OKLCH
oklch(0.637 0.235 307)CMYK
cmyk(28%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A235F5
2#9315F4
3#820ADE
4#7009BE
5#5D079E
6#4A067F
7#38045F
8#25033F
9#130120
Tints
Lighter variations
1#B866F8
2#C077F9
3#C888F9
4#D099FA
5#D8AAFB
6#E0BBFC
7#E7CCFD
8#EFDDFD
9#F7EEFE
Tones
Muted variations
1#AF5DEF
2#AE65E7
3#AD6DDF
4#AC75D6
5#AB7DCE
6#AA85C6
7#A98DBE
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 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CB8F #CB8FFA | BordersInactive statesPlaceholder text |
| 400 | B155 #B155F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9A24 #9A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0A #7E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6408 #6408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #47067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | 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: #F8F0FE;
--orchid-100: #EFDDFD;
--orchid-200: #E2C0FC;
--orchid-300: #CB8FFA;
--orchid-400: #B155F7;
--orchid-500: #9A24F5;
--orchid-600: #7E0AD6;
--orchid-700: #6408AA;
--orchid-800: #47067A;
--orchid-900: #2E044E;
--orchid-950: #1D0231;
}