Orchid
#A82EEA
PurpleColor Codes
All color formats for development
HEX
#A82EEARGB
rgb(168, 46, 234)HSL
hsl(279, 82%, 55%)OKLCH
oklch(0.58 0.261 309.6)CMYK
cmyk(28%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D17E6
2#8C14CC
3#7A12B3
4#690F99
5#570D80
6#460A66
7#34084D
8#230533
9#11031A
Tints
Lighter variations
1#B143EC
2#BA58EE
3#C26DF1
4#CB82F3
5#D497F5
6#DCABF7
7#E5C0F9
8#EED5FB
9#F6EAFD
Tones
Muted variations
1#A638E1
2#A341D8
3#A04ACE
4#9D54C5
5#9A5DBB
6#9867B2
7#9570A8
8#92799F
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D394 #D394F4 | BordersInactive statesPlaceholder text |
| 400 | BC5D #BC5DEF | Disabled statesSecondary iconsMuted text |
| 500 | A82E #A82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C14 #8C14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F10 #6F10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0B #4F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3307 #33074A | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F2DFFC;
--orchid-200: #E6C3F9;
--orchid-300: #D394F4;
--orchid-400: #BC5DEF;
--orchid-500: #A82EEA;
--orchid-600: #8C14CC;
--orchid-700: #6F10A2;
--orchid-800: #4F0B74;
--orchid-900: #33074A;
--orchid-950: #20052E;
}