Orchid
#A85BF1
PurpleColor Codes
All color formats for development
HEX
#A85BF1RGB
rgb(168, 91, 241)HSL
hsl(271, 84%, 65%)OKLCH
oklch(0.63 0.218 304.5)CMYK
cmyk(30%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#983CEE
2#881EEB
3#7713D5
4#6610B7
5#550D98
6#440B7A
7#33085B
8#22053D
9#11031E
Tints
Lighter variations
1#B16BF2
2#BA7CF4
3#C28CF5
4#CB9CF6
5#D4ADF8
6#DCBDF9
7#E5CEFB
8#EEDEFC
9#F6EFFE
Tones
Muted variations
1#A862E9
2#A86AE2
3#A771DA
4#A779D3
5#A780CB
6#A788C4
7#A68FBC
8#A697B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C693 #C693F6 | BordersInactive statesPlaceholder text |
| 400 | A85B #A85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 8F2C #8F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7312 #7312CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0E #5C0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420A #420A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDEFC;
--orchid-200: #DFC2FA;
--orchid-300: #C693F6;
--orchid-400: #A85BF1;
--orchid-500: #8F2CED;
--orchid-600: #7312CE;
--orchid-700: #5C0EA4;
--orchid-800: #420A75;
--orchid-900: #2A074B;
--orchid-950: #1A042F;
}