Orchid
#A855F6
PurpleColor Codes
All color formats for development
HEX
#A855F6RGB
rgb(168, 85, 246)HSL
hsl(271, 90%, 65%)OKLCH
oklch(0.626 0.232 304.1)CMYK
cmyk(32%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9836F4
2#8816F3
3#780CDC
4#660ABD
5#55089D
6#44077E
7#33055E
8#22033F
9#11021F
Tints
Lighter variations
1#B166F7
2#BA77F8
3#C288F9
4#CB99FA
5#D4AAFB
6#DCBBFB
7#E5CCFC
8#EEDDFD
9#F6EEFE
Tones
Muted variations
1#A85DEE
2#A865E6
3#A86EDE
4#A776D6
5#A77ECE
6#A786C6
7#A78EBE
8#A696B6
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9025 #9025F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740B #740BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C09 #5C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #420679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EEDDFD;
--orchid-200: #DFC0FC;
--orchid-300: #C690F9;
--orchid-400: #A855F6;
--orchid-500: #9025F4;
--orchid-600: #740BD5;
--orchid-700: #5C09AA;
--orchid-800: #420679;
--orchid-900: #2A044E;
--orchid-950: #1A0330;
}