Orchid
#A355F6
PurpleColor Codes
All color formats for development
HEX
#A355F6RGB
rgb(163, 85, 246)HSL
hsl(269, 90%, 65%)OKLCH
oklch(0.621 0.23 302.3)CMYK
cmyk(34%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9236F4
2#8116F3
3#710CDC
4#600ABD
5#50089D
6#40077E
7#30055E
8#20033F
9#10021F
Tints
Lighter variations
1#AC66F7
2#B577F8
3#BF88F9
4#C899FA
5#D1AAFB
6#DABBFB
7#E3CCFC
8#EDDDFD
9#F6EEFE
Tones
Muted variations
1#A35DEE
2#A465E6
3#A46EDE
4#A476D6
5#A47ECE
6#A586C6
7#A58EBE
8#A596B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C390 #C390F9 | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8925 #8925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0B #6D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5709 #5709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #EDDDFD;
--orchid-200: #DDC0FC;
--orchid-300: #C390F9;
--orchid-400: #A355F6;
--orchid-500: #8925F4;
--orchid-600: #6D0BD5;
--orchid-700: #5709AA;
--orchid-800: #3E0679;
--orchid-900: #28044E;
--orchid-950: #190330;
}