Orchid
#A857F4
PurpleColor Codes
All color formats for development
HEX
#A857F4RGB
rgb(168, 87, 244)HSL
hsl(271, 88%, 65%)OKLCH
oklch(0.627 0.227 304.3)CMYK
cmyk(31%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9838F2
2#8819F0
3#770EDA
4#660CBB
5#550A9C
6#44087D
7#33065D
8#22043E
9#11021F
Tints
Lighter variations
1#B168F5
2#BA79F6
3#C28AF8
4#CB9AF9
5#D4ABFA
6#DCBCFB
7#E5CDFC
8#EEDDFD
9#F6EEFE
Tones
Muted variations
1#A85FEC
2#A867E5
3#A86FDD
4#A777D5
5#A77ECD
6#A786C5
7#A78EBD
8#A696B5
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | 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: #F8F1FE;
--orchid-100: #EEDDFD;
--orchid-200: #DFC1FB;
--orchid-300: #C691F8;
--orchid-400: #A857F4;
--orchid-500: #9027F1;
--orchid-600: #730DD3;
--orchid-700: #5C0BA8;
--orchid-800: #420878;
--orchid-900: #2A054D;
--orchid-950: #1A0330;
}