Orchid
#9855F7
PurpleColor Codes
All color formats for development
HEX
#9855F7RGB
rgb(152, 85, 247)HSL
hsl(265, 91%, 65%)OKLCH
oklch(0.61 0.23 298.2)CMYK
cmyk(38%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8535F5
2#7215F4
3#620ADE
4#5409BE
5#46079E
6#38067F
7#2A045F
8#1C033F
9#0E0120
Tints
Lighter variations
1#A266F8
2#AD77F9
3#B788F9
4#C199FA
5#CCAAFB
6#D6BBFC
7#E0CCFD
8#EADDFD
9#F5EEFE
Tones
Muted variations
1#9A5DEF
2#9B65E7
3#9C6DDF
4#9E75D6
5#9F7DCE
6#A085C6
7#A28DBE
8#A396B6
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C0 #D9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8F #BB8FFA | BordersInactive statesPlaceholder text |
| 400 | 9855 #9855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7B24 #7B24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F0A #5F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C08 #4C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3606 #36067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2304 #23044E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #EADDFD;
--orchid-200: #D9C0FC;
--orchid-300: #BB8FFA;
--orchid-400: #9855F7;
--orchid-500: #7B24F5;
--orchid-600: #5F0AD6;
--orchid-700: #4C08AA;
--orchid-800: #36067A;
--orchid-900: #23044E;
--orchid-950: #160231;
}