Orchid
#932CED
PurpleColor Codes
All color formats for development
HEX
#932CEDRGB
rgb(147, 44, 237)HSL
hsl(272, 84%, 55%)OKLCH
oklch(0.554 0.261 302.2)CMYK
cmyk(38%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8514E8
2#7612CE
3#6810B5
4#590D9B
5#4A0B81
6#3B0967
7#2C074D
8#1E0434
9#0F021A
Tints
Lighter variations
1#9E41EE
2#A856F0
3#B36BF2
4#BE80F4
5#C995F6
6#D4ABF8
7#DFC0F9
8#E9D5FB
9#F4EAFD
Tones
Muted variations
1#9235E3
2#913FD9
3#9149D0
4#9052C6
5#8F5CBC
6#8F66B3
7#8E6FA9
8#8E79A0
9#8D8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C2 #E0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C893 #C893F6 | BordersInactive statesPlaceholder text |
| 400 | AB5B #AB5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 932C #932CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7612 #7612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0E #5E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430A #430A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1B04 #1B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDEFC;
--orchid-200: #E0C2FA;
--orchid-300: #C893F6;
--orchid-400: #AB5BF1;
--orchid-500: #932CED;
--orchid-600: #7612CE;
--orchid-700: #5E0EA4;
--orchid-800: #430A75;
--orchid-900: #2B074B;
--orchid-950: #1B042F;
}