Orchid
#9355F7
PurpleColor Codes
All color formats for development
HEX
#9355F7RGB
rgb(147, 85, 247)HSL
hsl(263, 91%, 65%)OKLCH
oklch(0.605 0.229 296.5)CMYK
cmyk(40%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F35F5
2#6B15F4
3#5B0ADE
4#4E09BE
5#41079E
6#34067F
7#27045F
8#1A033F
9#0D0120
Tints
Lighter variations
1#9E66F8
2#A877F9
3#B388F9
4#BE99FA
5#C9AAFB
6#D4BBFC
7#DFCCFD
8#E9DDFD
9#F4EEFE
Tones
Muted variations
1#955DEF
2#9765E7
3#986DDF
4#9A75D6
5#9C7DCE
6#9E85C6
7#A08DBE
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 | B88F #B88FFA | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7424 #7424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 580A #580AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4608 #4608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #32067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | 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: #B88FFA;
--orchid-400: #9355F7;
--orchid-500: #7424F5;
--orchid-600: #580AD6;
--orchid-700: #4608AA;
--orchid-800: #32067A;
--orchid-900: #20044E;
--orchid-950: #140231;
}