Orchid
#9C30E8
PurpleColor Codes
All color formats for development
HEX
#9C30E8RGB
rgb(156, 48, 232)HSL
hsl(275, 80%, 55%)OKLCH
oklch(0.564 0.255 306)CMYK
cmyk(33%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F19E3
2#7F16CA
3#6F14B1
4#5F1197
5#4F0E7E
6#400B65
7#30084C
8#200632
9#100319
Tints
Lighter variations
1#A545EA
2#AF5AED
3#B96EEF
4#C383F1
5#CD98F4
6#D7ACF6
7#E1C1F8
8#EBD6FA
9#F5EAFD
Tones
Muted variations
1#9A3ADF
2#9843D6
3#974CCD
4#9555C3
5#945EBA
6#9268B1
7#9171A8
8#8F7A9F
9#8E8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F3 | BordersInactive statesPlaceholder text |
| 400 | B25E #B25EED | Disabled statesSecondary iconsMuted text |
| 500 | 9C30 #9C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F16 #7F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6512 #6512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E2C3F8;
--orchid-300: #CC95F3;
--orchid-400: #B25EED;
--orchid-500: #9C30E8;
--orchid-600: #7F16CA;
--orchid-700: #6512A1;
--orchid-800: #480D73;
--orchid-900: #2E0849;
--orchid-950: #1D052E;
}