Orchid
#A830E8
PurpleColor Codes
All color formats for development
HEX
#A830E8RGB
rgb(168, 48, 232)HSL
hsl(279, 80%, 55%)OKLCH
oklch(0.58 0.258 310)CMYK
cmyk(28%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D19E3
2#8B16CA
3#7A14B1
4#681197
5#570E7E
6#460B65
7#34084C
8#230632
9#110319
Tints
Lighter variations
1#B145EA
2#B95AED
3#C26EEF
4#CB83F1
5#D398F4
6#DCACF6
7#E5C1F8
8#EED6FA
9#F6EAFD
Tones
Muted variations
1#A53ADF
2#A243D6
3#A04CCD
4#9D55C3
5#9A5EBA
6#9768B1
7#9571A8
8#927A9F
9#8F8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D295 #D295F3 | BordersInactive statesPlaceholder text |
| 400 | BB5E #BB5EED | Disabled statesSecondary iconsMuted text |
| 500 | A830 #A830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B16 #8B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F12 #6F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0D #4F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3308 #330849 | 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: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E6C3F8;
--orchid-300: #D295F3;
--orchid-400: #BB5EED;
--orchid-500: #A830E8;
--orchid-600: #8B16CA;
--orchid-700: #6F12A1;
--orchid-800: #4F0D73;
--orchid-900: #330849;
--orchid-950: #20052E;
}