Orchid
#932EEA
PurpleColor Codes
All color formats for development
HEX
#932EEARGB
rgb(147, 46, 234)HSL
hsl(272, 82%, 55%)OKLCH
oklch(0.553 0.257 302.7)CMYK
cmyk(37%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8517E6
2#7614CC
3#6812B3
4#590F99
5#4A0D80
6#3B0A66
7#2C084D
8#1E0533
9#0F031A
Tints
Lighter variations
1#9D43EC
2#A858EE
3#B36DF1
4#BE82F3
5#C997F5
6#D4ABF7
7#DEC0F9
8#E9D5FB
9#F4EAFD
Tones
Muted variations
1#9238E1
2#9141D8
3#914ACE
4#9054C5
5#8F5DBB
6#8F67B2
7#8E70A8
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 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F4 | BordersInactive statesPlaceholder text |
| 400 | AB5D #AB5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 932E #932EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7614 #7614CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E10 #5E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074A | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDFFC;
--orchid-200: #E0C3F9;
--orchid-300: #C894F4;
--orchid-400: #AB5DEF;
--orchid-500: #932EEA;
--orchid-600: #7614CC;
--orchid-700: #5E10A2;
--orchid-800: #430B74;
--orchid-900: #2B074A;
--orchid-950: #1B052E;
}