Orchid
#AB56F5
PurpleColor Codes
All color formats for development
HEX
#AB56F5RGB
rgb(171, 86, 245)HSL
hsl(272, 89%, 65%)OKLCH
oklch(0.63 0.23 305.3)CMYK
cmyk(30%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B37F3
2#8C18F2
3#7B0DDB
4#690BBC
5#58099D
6#46077D
7#35055E
8#23043F
9#12021F
Tints
Lighter variations
1#B367F6
2#BC78F7
3#C489F8
4#CD9AF9
5#D5ABFA
6#DDBCFB
7#E6CCFC
8#EEDDFD
9#F7EEFE
Tones
Muted variations
1#AB5EED
2#AA66E5
3#A96EDD
4#A976D5
5#A87ECD
6#A886C6
7#A78EBE
8#A796B6
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 | E0C0 #E0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB56 #AB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9326 #9326F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770C #770CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F0A #5F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4407 #440778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDDFD;
--orchid-200: #E0C0FB;
--orchid-300: #C890F9;
--orchid-400: #AB56F5;
--orchid-500: #9326F2;
--orchid-600: #770CD4;
--orchid-700: #5F0AA9;
--orchid-800: #440778;
--orchid-900: #2B044D;
--orchid-950: #1B0330;
}