Orchid
#A656F5
PurpleColor Codes
All color formats for development
HEX
#A656F5RGB
rgb(166, 86, 245)HSL
hsl(270, 89%, 65%)OKLCH
oklch(0.624 0.229 303.5)CMYK
cmyk(32%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9537F3
2#8518F2
3#740DDB
4#630BBC
5#53099D
6#42077D
7#32055E
8#21043F
9#11021F
Tints
Lighter variations
1#AF67F6
2#B878F7
3#C189F8
4#C99AF9
5#D2ABFA
6#DBBCFB
7#E4CCFC
8#EDDDFD
9#F6EEFE
Tones
Muted variations
1#A65EED
2#A666E5
3#A66EDD
4#A676D5
5#A67ECD
6#A686C6
7#A68EBE
8#A696B6
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A656 #A656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8C26 #8C26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700C #700CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590A #590AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4007 #400778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044D | 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: #F7F1FE;
--orchid-100: #EDDDFD;
--orchid-200: #DEC0FB;
--orchid-300: #C490F9;
--orchid-400: #A656F5;
--orchid-500: #8C26F2;
--orchid-600: #700CD4;
--orchid-700: #590AA9;
--orchid-800: #400778;
--orchid-900: #29044D;
--orchid-950: #1A0330;
}