Orchid
#9238E0
PurpleColor Codes
All color formats for development
HEX
#9238E0RGB
rgb(146, 56, 224)HSL
hsl(272, 73%, 55%)OKLCH
oklch(0.553 0.238 303.7)CMYK
cmyk(35%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8422DA
2#761EC2
3#671BAA
4#581792
5#4A1379
6#3B0F61
7#2C0B49
8#1D0831
9#0F0418
Tints
Lighter variations
1#9D4CE3
2#A860E6
3#B374E9
4#BE88EC
5#C89CF0
6#D3B0F3
7#DEC3F6
8#E9D7F9
9#F4EBFC
Tones
Muted variations
1#9141D8
2#9149CF
3#9052C7
4#905ABF
5#8F62B6
6#8E6BAE
7#8E73A5
8#8D7B9D
9#8D8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9238 #9238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761E #761EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E18 #5E189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4311 #43116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EEE0FA;
--orchid-200: #DFC6F6;
--orchid-300: #C79AEF;
--orchid-400: #AA65E7;
--orchid-500: #9238E0;
--orchid-600: #761EC2;
--orchid-700: #5E189A;
--orchid-800: #43116E;
--orchid-900: #2B0B47;
--orchid-950: #1B072C;
}