Orchid
#932AEF
PurpleColor Codes
All color formats for development
HEX
#932AEFRGB
rgb(147, 42, 239)HSL
hsl(272, 86%, 55%)OKLCH
oklch(0.555 0.264 301.9)CMYK
cmyk(38%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8512EB
2#7710D1
3#680EB7
4#590C9D
5#4A0A82
6#3B0868
7#2C064E
8#1E0434
9#0F021A
Tints
Lighter variations
1#9E3FF1
2#A854F2
3#B36AF4
4#BE7FF5
5#C994F7
6#D4AAF9
7#DFBFFA
8#E9D4FC
9#F4EAFD
Tones
Muted variations
1#9233E5
2#923DDB
3#9147D1
4#9051C7
5#905BBE
6#8F65B4
7#8E6FAA
8#8E79A0
9#8D8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C892 #C892F7 | BordersInactive statesPlaceholder text |
| 400 | AB59 #AB59F3 | Disabled statesSecondary iconsMuted text |
| 500 | 932A #932AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7710 #7710D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0C #5E0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4309 #430977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B06 #2B064C | 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: #EEDEFD;
--orchid-200: #E0C1FA;
--orchid-300: #C892F7;
--orchid-400: #AB59F3;
--orchid-500: #932AEF;
--orchid-600: #7710D1;
--orchid-700: #5E0CA6;
--orchid-800: #430977;
--orchid-900: #2B064C;
--orchid-950: #1B042F;
}