Orchid
#A530E8
PurpleColor Codes
All color formats for development
HEX
#A530E8RGB
rgb(165, 48, 232)HSL
hsl(278, 80%, 55%)OKLCH
oklch(0.576 0.257 309)CMYK
cmyk(29%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9919E3
2#8816CA
3#7714B1
4#661197
5#550E7E
6#440B65
7#33084C
8#220632
9#110319
Tints
Lighter variations
1#AE45EA
2#B75AED
3#C06EEF
4#C983F1
5#D298F4
6#DBACF6
7#E4C1F8
8#EDD6FA
9#F6EAFD
Tones
Muted variations
1#A23ADF
2#A043D6
3#9D4CCD
4#9B55C3
5#985EBA
6#9668B1
7#9471A8
8#917A9F
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 | E5C3 #E5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D195 #D195F3 | BordersInactive statesPlaceholder text |
| 400 | B95E #B95EED | Disabled statesSecondary iconsMuted text |
| 500 | A530 #A530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8816 #8816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C12 #6C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0D #4D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3208 #320849 | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E5C3F8;
--orchid-300: #D195F3;
--orchid-400: #B95EED;
--orchid-500: #A530E8;
--orchid-600: #8816CA;
--orchid-700: #6C12A1;
--orchid-800: #4D0D73;
--orchid-900: #320849;
--orchid-950: #1F052E;
}