Orchid
#A35BF1
PurpleColor Codes
All color formats for development
HEX
#A35BF1RGB
rgb(163, 91, 241)HSL
hsl(269, 84%, 65%)OKLCH
oklch(0.625 0.217 302.6)CMYK
cmyk(32%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#923CEE
2#811EEB
3#7113D5
4#6110B7
5#510D98
6#400B7A
7#30085B
8#20053D
9#10031E
Tints
Lighter variations
1#AC6BF2
2#B67CF4
3#BF8CF5
4#C89CF6
5#D1ADF8
6#DABDF9
7#E3CEFB
8#EDDEFC
9#F6EFFE
Tones
Muted variations
1#A462E9
2#A46AE2
3#A471DA
4#A479D3
5#A580CB
6#A588C4
7#A58FBC
8#A597B5
9#A69EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC2 #DDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C393 #C393F6 | BordersInactive statesPlaceholder text |
| 400 | A35B #A35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 892C #892CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D12 #6D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570E #570EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0A #3E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDEFC;
--orchid-200: #DDC2FA;
--orchid-300: #C393F6;
--orchid-400: #A35BF1;
--orchid-500: #892CED;
--orchid-600: #6D12CE;
--orchid-700: #570EA4;
--orchid-800: #3E0A75;
--orchid-900: #28074B;
--orchid-950: #19042F;
}