Orchid
#9855F6
PurpleColor Codes
All color formats for development
HEX
#9855F6RGB
rgb(152, 85, 246)HSL
hsl(265, 90%, 65%)OKLCH
oklch(0.609 0.229 298.4)CMYK
cmyk(38%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8536F4
2#7216F3
3#630CDC
4#550ABD
5#46089D
6#38077E
7#2A055E
8#1C033F
9#0E021F
Tints
Lighter variations
1#A366F7
2#AD77F8
3#B788F9
4#C199FA
5#CCAAFB
6#D6BBFB
7#E0CCFC
8#EADDFD
9#F5EEFE
Tones
Muted variations
1#9A5DEE
2#9B65E6
3#9C6EDE
4#9E76D6
5#9F7ECE
6#A086C6
7#A28EBE
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 | BC90 #BC90F9 | BordersInactive statesPlaceholder text |
| 400 | 9855 #9855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7B25 #7B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F0B #5F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C09 #4C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3606 #360679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2304 #23044E | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | 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: #BC90F9;
--orchid-400: #9855F6;
--orchid-500: #7B25F4;
--orchid-600: #5F0BD5;
--orchid-700: #4C09AA;
--orchid-800: #360679;
--orchid-900: #23044E;
--orchid-950: #160330;
}