Orchid
#9230E8
PurpleColor Codes
All color formats for development
HEX
#9230E8RGB
rgb(146, 48, 232)HSL
hsl(272, 80%, 55%)OKLCH
oklch(0.552 0.253 302.6)CMYK
cmyk(37%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8519E3
2#7616CA
3#6714B1
4#591197
5#4A0E7E
6#3B0B65
7#2C084C
8#1E0632
9#0F0319
Tints
Lighter variations
1#9D45EA
2#A85AED
3#B36EEF
4#BE83F1
5#C998F4
6#D4ACF6
7#DEC1F8
8#E9D6FA
9#F4EAFD
Tones
Muted variations
1#923ADF
2#9143D6
3#914CCD
4#9055C3
5#8F5EBA
6#8F68B1
7#8E71A8
8#8D7A9F
9#8D8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C795 #C795F3 | BordersInactive statesPlaceholder text |
| 400 | AB5E #AB5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9230 #9230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7616 #7616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E12 #5E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B08 #2B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EEDFFB;
--orchid-200: #E0C3F8;
--orchid-300: #C795F3;
--orchid-400: #AB5EED;
--orchid-500: #9230E8;
--orchid-600: #7616CA;
--orchid-700: #5E12A1;
--orchid-800: #430D73;
--orchid-900: #2B0849;
--orchid-950: #1B052E;
}