Orchid
#B362EA
PurpleColor Codes
All color formats for development
HEX
#B362EARGB
rgb(179, 98, 234)HSL
hsl(276, 76%, 65%)OKLCH
oklch(0.648 0.204 309.3)CMYK
cmyk(24%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A545E6
2#9728E2
3#861CCC
4#7318AF
5#5F1492
6#4C1075
7#390C58
8#26083A
9#13041D
Tints
Lighter variations
1#BB72EC
2#C281EE
3#CA91F0
4#D2A1F2
5#D9B0F4
6#E1C0F6
7#E8D0F9
8#F0E0FB
9#F7EFFD
Tones
Muted variations
1#B269E3
2#B16FDC
3#AF76D5
4#AE7DCE
5#AD84C8
6#AB8BC1
7#AA91BA
8#A898B3
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C5 #E3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD98 #CD98F1 | BordersInactive statesPlaceholder text |
| 400 | B362 #B362EA | Disabled statesSecondary iconsMuted text |
| 500 | 9E35 #9E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811B #811BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6715 #67159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490F #490F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0A #2F0A48 | 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: #F9F2FD;
--orchid-100: #F0E0FB;
--orchid-200: #E3C5F7;
--orchid-300: #CD98F1;
--orchid-400: #B362EA;
--orchid-500: #9E35E3;
--orchid-600: #811BC5;
--orchid-700: #67159D;
--orchid-800: #490F70;
--orchid-900: #2F0A48;
--orchid-950: #1D062D;
}