Orchid
#9355F6
PurpleColor Codes
All color formats for development
HEX
#9355F6RGB
rgb(147, 85, 246)HSL
hsl(263, 90%, 65%)OKLCH
oklch(0.604 0.228 296.6)CMYK
cmyk(40%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F36F4
2#6B16F3
3#5C0CDC
4#4F0ABD
5#41089D
6#34077E
7#27055E
8#1A033F
9#0D021F
Tints
Lighter variations
1#9E66F7
2#A977F8
3#B388F9
4#BE99FA
5#C9AAFB
6#D4BBFB
7#DFCCFC
8#E9DDFD
9#F4EEFE
Tones
Muted variations
1#955DEE
2#9765E6
3#996EDE
4#9B76D6
5#9C7ECE
6#9E86C6
7#A08EBE
8#A296B6
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7425 #7425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590B #590BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4709 #4709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #320679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #E9DDFD;
--orchid-200: #D7C0FC;
--orchid-300: #B890F9;
--orchid-400: #9355F6;
--orchid-500: #7425F4;
--orchid-600: #590BD5;
--orchid-700: #4709AA;
--orchid-800: #320679;
--orchid-900: #20044E;
--orchid-950: #140330;
}