Orchid
#A157F4
PurpleColor Codes
All color formats for development
HEX
#A157F4RGB
rgb(161, 87, 244)HSL
hsl(268, 88%, 65%)OKLCH
oklch(0.62 0.225 301.8)CMYK
cmyk(34%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F38F2
2#7D19F0
3#6D0EDA
4#5E0CBB
5#4E0A9C
6#3E087D
7#2F065D
8#1F043E
9#10021F
Tints
Lighter variations
1#AA68F5
2#B379F6
3#BD8AF8
4#C69AF9
5#D0ABFA
6#D9BCFB
7#E3CDFC
8#ECDDFD
9#F6EEFE
Tones
Muted variations
1#A15FEC
2#A267E5
3#A26FDD
4#A377D5
5#A37ECD
6#A486C5
7#A48EBD
8#A596B5
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F8 | BordersInactive statesPlaceholder text |
| 400 | A157 #A157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8627 #8627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0D #6A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540B #540BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDDFD;
--orchid-200: #DCC1FB;
--orchid-300: #C191F8;
--orchid-400: #A157F4;
--orchid-500: #8627F1;
--orchid-600: #6A0DD3;
--orchid-700: #540BA8;
--orchid-800: #3C0878;
--orchid-900: #26054D;
--orchid-950: #180330;
}