Orchid
#A855F7
PurpleColor Codes
All color formats for development
HEX
#A855F7RGB
rgb(168, 85, 247)HSL
hsl(271, 91%, 65%)OKLCH
oklch(0.627 0.233 303.9)CMYK
cmyk(32%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9835F5
2#8815F4
3#780ADE
4#6609BE
5#55079E
6#44067F
7#33045F
8#22033F
9#110120
Tints
Lighter variations
1#B166F8
2#BA77F9
3#C288F9
4#CB99FA
5#D4AAFB
6#DCBBFC
7#E5CCFD
8#EEDDFD
9#F6EEFE
Tones
Muted variations
1#A85DEF
2#A865E7
3#A86DDF
4#A775D6
5#A77DCE
6#A785C6
7#A78DBE
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 | C68F #C68FFA | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9024 #9024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740A #740AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C08 #5C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #42067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | 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: #C68FFA;
--orchid-400: #A855F7;
--orchid-500: #9024F5;
--orchid-600: #740AD6;
--orchid-700: #5C08AA;
--orchid-800: #42067A;
--orchid-900: #2A044E;
--orchid-950: #1A0231;
}