Orchid
#A158F3
PurpleColor Codes
All color formats for development
HEX
#A158F3RGB
rgb(161, 88, 243)HSL
hsl(268, 87%, 65%)OKLCH
oklch(0.62 0.223 301.9)CMYK
cmyk(34%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F39F1
2#7E1AEF
3#6D0FD9
4#5E0DBA
5#4E0B9B
6#3E097C
7#2F065D
8#1F043E
9#10021F
Tints
Lighter variations
1#AA69F5
2#B379F6
3#BD8AF7
4#C69BF8
5#D0ACF9
6#D9BCFA
7#E3CDFC
8#ECDEFD
9#F6EEFE
Tones
Muted variations
1#A160EC
2#A268E4
3#A26FDC
4#A377D4
5#A37FCD
6#A487C5
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 | ECDE #ECDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F7 | BordersInactive statesPlaceholder text |
| 400 | A158 #A158F3 | Disabled statesSecondary iconsMuted text |
| 500 | 8628 #8628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0F #6A0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540C #540CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054C | 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: #ECDEFD;
--orchid-200: #DCC1FB;
--orchid-300: #C191F7;
--orchid-400: #A158F3;
--orchid-500: #8628F0;
--orchid-600: #6A0FD2;
--orchid-700: #540CA7;
--orchid-800: #3C0877;
--orchid-900: #26054C;
--orchid-950: #180330;
}