Orchid
#9325F4
PurpleColor Codes
All color formats for development
HEX
#9325F4RGB
rgb(147, 37, 244)HSL
hsl(272, 90%, 55%)OKLCH
oklch(0.556 0.272 301.1)CMYK
cmyk(40%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#860DF0
2#770BD5
3#680ABB
4#5908A0
5#4A0785
6#3B066B
7#2D0450
8#1E0335
9#0F011B
Tints
Lighter variations
1#9E3BF5
2#A951F6
3#B366F7
4#BE7CF8
5#C992F9
6#D4A8FA
7#DFBEFC
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#922FE9
2#923ADF
3#9144D5
4#904ECA
5#9059C0
6#8F63B6
7#8E6DAB
8#8E78A1
9#8D8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9325 #9325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770B #770BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F09 #5F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #440679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | 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: #F8F0FE;
--orchid-100: #EEDDFD;
--orchid-200: #E0C0FC;
--orchid-300: #C890F9;
--orchid-400: #AB55F6;
--orchid-500: #9325F4;
--orchid-600: #770BD5;
--orchid-700: #5F09AA;
--orchid-800: #440679;
--orchid-900: #2B044E;
--orchid-950: #1B0330;
}