Orchid
#932DEB
PurpleColor Codes
All color formats for development
HEX
#932DEBRGB
rgb(147, 45, 235)HSL
hsl(272, 83%, 55%)OKLCH
oklch(0.554 0.258 302.5)CMYK
cmyk(37%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8515E7
2#7613CD
3#6811B4
4#590E9A
5#4A0C80
6#3B0A67
7#2C074D
8#1E0533
9#0F021A
Tints
Lighter variations
1#9D42ED
2#A857EF
3#B36CF1
4#BE81F3
5#C996F5
6#D4ABF7
7#DEC0F9
8#E9D5FB
9#F4EAFD
Tones
Muted variations
1#9237E2
2#9140D8
3#914ACF
4#9053C5
5#8F5DBC
6#8F66B2
7#8E70A9
8#8E799F
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 #E0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F5 | BordersInactive statesPlaceholder text |
| 400 | AB5C #AB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 932D #932DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7613 #7613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0F #5E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B75 | 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: #E0C2F9;
--orchid-300: #C894F5;
--orchid-400: #AB5CF0;
--orchid-500: #932DEB;
--orchid-600: #7613CD;
--orchid-700: #5E0FA3;
--orchid-800: #430B75;
--orchid-900: #2B074B;
--orchid-950: #1B042F;
}