Orchid
#A35AF2
PurpleColor Codes
All color formats for development
HEX
#A35AF2RGB
rgb(163, 90, 242)HSL
hsl(269, 85%, 65%)OKLCH
oklch(0.624 0.22 302.6)CMYK
cmyk(33%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#923BEF
2#811DED
3#7111D7
4#610FB8
5#510C99
6#400A7B
7#30075C
8#20053D
9#10021F
Tints
Lighter variations
1#AC6AF3
2#B67BF4
3#BF8BF6
4#C89CF7
5#D1ACF8
6#DABDFA
7#E3CDFB
8#EDDEFC
9#F6EEFE
Tones
Muted variations
1#A361EA
2#A469E2
3#A471DB
4#A478D3
5#A480CC
6#A587C4
7#A58FBD
8#A597B5
9#A59EAD
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 | C392 #C392F6 | BordersInactive statesPlaceholder text |
| 400 | A35A #A35AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 892B #892BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D11 #6D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570D #570DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0A #3E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2806 #28064B | 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: #C392F6;
--orchid-400: #A35AF2;
--orchid-500: #892BEE;
--orchid-600: #6D11D0;
--orchid-700: #570DA5;
--orchid-800: #3E0A76;
--orchid-900: #28064B;
--orchid-950: #19042F;
}