Orchid
#B361EA
PurpleColor Codes
All color formats for development
HEX
#B361EARGB
rgb(179, 97, 234)HSL
hsl(276, 77%, 65%)OKLCH
oklch(0.646 0.206 309.4)CMYK
cmyk(24%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A544E7
2#9726E3
3#861BCD
4#7317B0
5#601393
6#4D0F75
7#390B58
8#26083B
9#13041D
Tints
Lighter variations
1#BB71ED
2#C381EF
3#CA90F1
4#D2A0F3
5#D9B0F5
6#E1C0F7
7#E8D0F9
8#F0DFFB
9#F7EFFD
Tones
Muted variations
1#B268E4
2#B16FDD
3#AF76D6
4#AE7DCF
5#AD83C8
6#AB8AC1
7#AA91BA
8#A898B3
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B361 #B361EA | Disabled statesSecondary iconsMuted text |
| 500 | 9E34 #9E34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811A #811AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6715 #67159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0F #4A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E3C4F7;
--orchid-300: #CD97F2;
--orchid-400: #B361EA;
--orchid-500: #9E34E5;
--orchid-600: #811AC7;
--orchid-700: #67159E;
--orchid-800: #4A0F71;
--orchid-900: #2F0948;
--orchid-950: #1D062D;
}