Orchid
#9328F0
PurpleColor Codes
All color formats for development
HEX
#9328F0RGB
rgb(147, 40, 240)HSL
hsl(272, 87%, 55%)OKLCH
oklch(0.554 0.267 301.8)CMYK
cmyk(39%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8610EC
2#770FD2
3#680DB8
4#590B9D
5#4A0983
6#3B0769
7#2D054F
8#1E0434
9#0F021A
Tints
Lighter variations
1#9E3EF2
2#A953F3
3#B369F5
4#BE7EF6
5#C994F8
6#D4A9F9
7#DFBFFB
8#E9D4FC
9#F4EAFE
Tones
Muted variations
1#9232E6
2#923CDC
3#9146D2
4#9050C8
5#905ABE
6#8F64B4
7#8E6EAA
8#8E78A0
9#8D8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F7 | BordersInactive statesPlaceholder text |
| 400 | AB58 #AB58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 9328 #9328F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770F #770FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0C #5E0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054C | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDEFD;
--orchid-200: #E0C1FB;
--orchid-300: #C891F7;
--orchid-400: #AB58F3;
--orchid-500: #9328F0;
--orchid-600: #770FD2;
--orchid-700: #5E0CA7;
--orchid-800: #430877;
--orchid-900: #2B054C;
--orchid-950: #1B0330;
}