Orchid
#9538E0
PurpleColor Codes
All color formats for development
HEX
#9538E0RGB
rgb(149, 56, 224)HSL
hsl(273, 73%, 55%)OKLCH
oklch(0.557 0.239 304.8)CMYK
cmyk(33%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8722DA
2#781EC2
3#691BAA
4#5A1792
5#4B1379
6#3C0F61
7#2D0B49
8#1E0831
9#0F0418
Tints
Lighter variations
1#9F4CE3
2#AA60E6
3#B574E9
4#BF88EC
5#CA9CF0
6#D4B0F3
7#DFC3F6
8#EAD7F9
9#F4EBFC
Tones
Muted variations
1#9441D8
2#9349CF
3#9252C7
4#915ABF
5#9062B6
6#906BAE
7#8F73A5
8#8E7B9D
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 | E0C6 #E0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C99A #C99AEF | BordersInactive statesPlaceholder text |
| 400 | AC65 #AC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9538 #9538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 781E #781EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6018 #60189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4411 #44116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0B #2C0B47 | 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: #E0C6F6;
--orchid-300: #C99AEF;
--orchid-400: #AC65E7;
--orchid-500: #9538E0;
--orchid-600: #781EC2;
--orchid-700: #60189A;
--orchid-800: #44116E;
--orchid-900: #2C0B47;
--orchid-950: #1B072C;
}