Orchid
#A056F5
PurpleColor Codes
All color formats for development
HEX
#A056F5RGB
rgb(160, 86, 245)HSL
hsl(268, 89%, 65%)OKLCH
oklch(0.618 0.228 301.4)CMYK
cmyk(35%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F37F3
2#7D18F2
3#6D0DDB
4#5E0BBC
5#4E099D
6#3E077D
7#2F055E
8#1F043F
9#10021F
Tints
Lighter variations
1#AA67F6
2#B378F7
3#BD89F8
4#C69AF9
5#D0ABFA
6#D9BCFB
7#E3CCFC
8#ECDDFD
9#F6EEFE
Tones
Muted variations
1#A15EED
2#A266E5
3#A26EDD
4#A376D5
5#A37ECD
6#A486C6
7#A48EBE
8#A596B6
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 | DCC0 #DCC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A056 #A056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8526 #8526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0C #6A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540A #540AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C07 #3C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044D | 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: #DCC0FB;
--orchid-300: #C190F9;
--orchid-400: #A056F5;
--orchid-500: #8526F2;
--orchid-600: #6A0CD4;
--orchid-700: #540AA9;
--orchid-800: #3C0778;
--orchid-900: #26044D;
--orchid-950: #180330;
}