Orchid
#B055F6
PurpleColor Codes
All color formats for development
HEX
#B055F6RGB
rgb(176, 85, 246)HSL
hsl(274, 90%, 65%)OKLCH
oklch(0.635 0.233 306.9)CMYK
cmyk(28%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A236F4
2#9316F3
3#820CDC
4#6F0ABD
5#5D089D
6#4A077E
7#38055E
8#25033F
9#13021F
Tints
Lighter variations
1#B866F7
2#C077F8
3#C888F9
4#D099FA
5#D8AAFB
6#E0BBFB
7#E7CCFC
8#EFDDFD
9#F7EEFE
Tones
Muted variations
1#AF5DEE
2#AE65E6
3#AD6EDE
4#AC76D6
5#AB7ECE
6#AA86C6
7#A98EBE
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 | CB90 #CB90F9 | BordersInactive statesPlaceholder text |
| 400 | B055 #B055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9A25 #9A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0B #7E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6409 #6409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #470679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | 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: #EFDDFD;
--orchid-200: #E2C0FC;
--orchid-300: #CB90F9;
--orchid-400: #B055F6;
--orchid-500: #9A25F4;
--orchid-600: #7E0BD5;
--orchid-700: #6409AA;
--orchid-800: #470679;
--orchid-900: #2E044E;
--orchid-950: #1D0330;
}