Orchid
#A82FE9
PurpleColor Codes
All color formats for development
HEX
#A82FE9RGB
rgb(168, 47, 233)HSL
hsl(279, 81%, 55%)OKLCH
oklch(0.58 0.26 309.8)CMYK
cmyk(28%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D18E4
2#8B15CB
3#7A13B2
4#691098
5#570D7F
6#460B66
7#34084C
8#230533
9#110319
Tints
Lighter variations
1#B144EB
2#BA59EE
3#C26EF0
4#CB82F2
5#D497F4
6#DCACF6
7#E5C1F8
8#EED5FB
9#F6EAFD
Tones
Muted variations
1#A539E0
2#A342D7
3#A04BCD
4#9D54C4
5#9A5EBB
6#9767B1
7#9570A8
8#927A9F
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D395 #D395F4 | BordersInactive statesPlaceholder text |
| 400 | BB5D #BB5DEE | Disabled statesSecondary iconsMuted text |
| 500 | A82F #A82FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B15 #8B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F11 #6F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0C #4F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3308 #33084A | 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: #F1DFFC;
--orchid-200: #E6C3F9;
--orchid-300: #D395F4;
--orchid-400: #BB5DEE;
--orchid-500: #A82FE9;
--orchid-600: #8B15CB;
--orchid-700: #6F11A2;
--orchid-800: #4F0C73;
--orchid-900: #33084A;
--orchid-950: #20052E;
}